aes70
Version:
A controller library for the AES70 protocol.
19 lines (16 loc) • 419 B
JavaScript
/*
* This file has been generated.
*/
import { OcaBoolean } from './OcaBoolean.js';
import { OcaOPath } from './OcaOPath.js';
import { OcaUint16 } from './OcaUint16.js';
import { Struct } from './Struct.js';
import { OcaGrouperCitizen as type } from '../types/OcaGrouperCitizen.js';
export const OcaGrouperCitizen = Struct(
{
Index: OcaUint16,
ObjectPath: OcaOPath,
Online: OcaBoolean,
},
type
);