UNPKG

aes70

Version:

A controller library for the AES70 protocol.

17 lines (14 loc) 330 B
/* * This file has been generated. */ import { OcaEventID } from './OcaEventID.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaEvent as type } from '../types/OcaEvent.js'; export const OcaEvent = Struct( { EmitterONo: OcaUint32, EventID: OcaEventID, }, type );