UNPKG

aes70

Version:

A controller library for the AES70 protocol.

15 lines (12 loc) 269 B
/* * This file has been generated. */ import { Struct } from './Struct.js'; import { OcaUint16 } from './OcaUint16.js'; import { OcaEnumItem16 as type } from '../types/OcaEnumItem16.js'; export const OcaEnumItem16 = Struct( { Value: OcaUint16, }, type );