UNPKG

aes70

Version:

A controller library for the AES70 protocol.

19 lines (16 loc) 414 B
/* * This file has been generated. */ import { OcaProtoPortID } from './OcaProtoPortID.js'; import { OcaString } from './OcaString.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaProtoPort as type } from '../types/OcaProtoPort.js'; export const OcaProtoPort = Struct( { Owner: OcaUint32, ProtoID: OcaProtoPortID, Name: OcaString, }, type );