UNPKG

aes70

Version:

A controller library for the AES70 protocol.

7 lines (5 loc) 152 B
import { OcaUint16 } from './OcaUint16.js'; import { Enum } from './Enum.js'; export function Enum16(DataType) { return Enum(DataType, OcaUint16); }