UNPKG

aes70

Version:

A controller library for the AES70 protocol.

17 lines (14 loc) 432 B
/* * This file has been generated. */ import { OcaClassIdentification } from './OcaClassIdentification.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaProtoObjectIdentification as type } from '../types/OcaProtoObjectIdentification.js'; export const OcaProtoObjectIdentification = Struct( { POno: OcaUint32, ClassIdentification: OcaClassIdentification, }, type );