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