aes70
Version:
A controller library for the AES70 protocol.
16 lines (13 loc) • 350 B
JavaScript
/*
* This file has been generated.
*/
import { OcaList } from './OcaList.js';
import { OcaUint32 } from './OcaUint32.js';
import { Struct } from './Struct.js';
import { OcaObjectListEventData as type } from '../types/OcaObjectListEventData.js';
export const OcaObjectListEventData = Struct(
{
objectList: OcaList(OcaUint32),
},
type
);