UNPKG

aes70

Version:

A controller library for the AES70 protocol.

17 lines (14 loc) 313 B
/* * This file has been generated. */ import { OcaBlob } from './OcaBlob.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaOPath as type } from '../types/OcaOPath.js'; export const OcaOPath = Struct( { HostID: OcaBlob, ONo: OcaUint32, }, type );