aes70
Version:
A controller library for the AES70 protocol.
17 lines (14 loc) • 371 B
JavaScript
/*
* This file has been generated.
*/
import { OcaBlob } from './OcaBlob.js';
import { OcaPropertyID } from './OcaPropertyID.js';
import { Struct } from './Struct.js';
import { OcaConstructionParameter as type } from '../types/OcaConstructionParameter.js';
export const OcaConstructionParameter = Struct(
{
ID: OcaPropertyID,
Value: OcaBlob,
},
type
);