UNPKG

aes70

Version:

A controller library for the AES70 protocol.

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