UNPKG

aes70

Version:

A controller library for the AES70 protocol.

16 lines (13 loc) 330 B
/* * This file has been generated. */ import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaNetworkStatistics as type } from '../types/OcaNetworkStatistics.js'; export const OcaNetworkStatistics = Struct( { rxPacketErrors: OcaUint32, txPacketErrors: OcaUint32, }, type );