UNPKG

aes70

Version:

A controller library for the AES70 protocol.

16 lines (13 loc) 352 B
/* * This file has been generated. */ import { OcaBlob } from './OcaBlob.js'; import { Struct } from './Struct.js'; import { OcaNetworkSystemInterfaceID as type } from '../types/OcaNetworkSystemInterfaceID.js'; export const OcaNetworkSystemInterfaceID = Struct( { SystemInterfaceHandle: OcaBlob, MyNetworkAddress: OcaBlob, }, type );