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