aes70
Version:
A controller library for the AES70 protocol.
17 lines (14 loc) • 416 B
JavaScript
/*
* This file has been generated.
*/
import { OcaClassIdentification } from './OcaClassIdentification.js';
import { OcaUint32 } from './OcaUint32.js';
import { Struct } from './Struct.js';
import { OcaObjectIdentification as type } from '../types/OcaObjectIdentification.js';
export const OcaObjectIdentification = Struct(
{
ONo: OcaUint32,
ClassIdentification: OcaClassIdentification,
},
type
);