UNPKG

aes70

Version:

A controller library for the AES70 protocol.

19 lines (16 loc) 383 B
/* * This file has been generated. */ import { OcaComponent } from './OcaComponent.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaVersion as type } from '../types/OcaVersion.js'; export const OcaVersion = Struct( { Major: OcaUint32, Minor: OcaUint32, Build: OcaUint32, Component: OcaComponent, }, type );