UNPKG

aes70

Version:

A controller library for the AES70 protocol.

21 lines (18 loc) 500 B
/* * This file has been generated. */ import { OcaString } from './OcaString.js'; import { OcaUint16 } from './OcaUint16.js'; import { OcaUint32 } from './OcaUint32.js'; import { String16 } from './String16.js'; import { Struct } from './Struct.js'; import { OcaManagerDescriptor as type } from '../types/OcaManagerDescriptor.js'; export const OcaManagerDescriptor = Struct( { ObjectNumber: OcaUint32, Name: OcaString, ClassID: String16, ClassVersion: OcaUint16, }, type );