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