UNPKG

aes70

Version:

A controller library for the AES70 protocol.

17 lines (14 loc) 343 B
/* * This file has been generated. */ import { OcaPortMode } from './OcaPortMode.js'; import { OcaUint16 } from './OcaUint16.js'; import { Struct } from './Struct.js'; import { OcaProtoPortID as type } from '../types/OcaProtoPortID.js'; export const OcaProtoPortID = Struct( { Mode: OcaPortMode, Index: OcaUint16, }, type );