UNPKG

aes70

Version:

A controller library for the AES70 protocol.

19 lines (16 loc) 409 B
/* * This file has been generated. */ import { OcaString } from './OcaString.js'; import { OcaUint16 } from './OcaUint16.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaGrouperGroup as type } from '../types/OcaGrouperGroup.js'; export const OcaGrouperGroup = Struct( { Index: OcaUint16, Name: OcaString, ProxyONo: OcaUint32, }, type );