UNPKG

aes70

Version:

A controller library for the AES70 protocol.

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