UNPKG

aes70

Version:

A controller library for the AES70 protocol.

16 lines (13 loc) 294 B
/* * This file has been generated. */ import { OcaUint16 } from './OcaUint16.js'; import { Struct } from './Struct.js'; import { OcaMethodID as type } from '../types/OcaMethodID.js'; export const OcaMethodID = Struct( { DefLevel: OcaUint16, MethodIndex: OcaUint16, }, type );