UNPKG

aes70

Version:

A controller library for the AES70 protocol.

19 lines (16 loc) 421 B
/* * This file has been generated. */ import { OcaMethodID } from './OcaMethodID.js'; import { OcaStatus } from './OcaStatus.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaGroupException as type } from '../types/OcaGroupException.js'; export const OcaGroupException = Struct( { ONo: OcaUint32, MethodID: OcaMethodID, Status: OcaStatus, }, type );