UNPKG

aes70

Version:

A controller library for the AES70 protocol.

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