UNPKG

aes70

Version:

A controller library for the AES70 protocol.

16 lines (13 loc) 304 B
/* * This file has been generated. */ import { OcaUint16 } from './OcaUint16.js'; import { Struct } from './Struct.js'; import { OcaMatrixCoordinates as type } from '../types/OcaMatrixCoordinates.js'; export const OcaMatrixCoordinates = Struct( { X: OcaUint16, Y: OcaUint16, }, type );