aes70
Version:
A controller library for the AES70 protocol.
20 lines (17 loc) • 515 B
JavaScript
/*
* This file has been generated.
*/
import { OcaBaseDataType } from './OcaBaseDataType.js';
import { OcaMethodID } from './OcaMethodID.js';
import { OcaPropertyID } from './OcaPropertyID.js';
import { Struct } from './Struct.js';
import { OcaPropertyDescriptor as type } from '../types/OcaPropertyDescriptor.js';
export const OcaPropertyDescriptor = Struct(
{
PropertyID: OcaPropertyID,
BaseDataType: OcaBaseDataType,
GetterMethodID: OcaMethodID,
SetterMethodID: OcaMethodID,
},
type
);