UNPKG

aes70

Version:

A controller library for the AES70 protocol.

17 lines (14 loc) 356 B
/* * This file has been generated. */ import { OcaPortID } from './OcaPortID.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaPortIdentification as type } from '../types/OcaPortIdentification.js'; export const OcaPortIdentification = Struct( { Owner: OcaUint32, ID: OcaPortID, }, type );