aes70
Version:
A controller library for the AES70 protocol.
12 lines (10 loc) • 300 B
JavaScript
import { OcaUint16 } from './OcaUint16.js';
/**
* A set of 16 1-bit boolean flags. Used to signify (m) of (n)
* selections, where m <= n. See AES70-Part 3 for rules for
* marshalling bit sets.
* @category Types
* @class OcaBitSet16
* @extends Base
*/
export const OcaBitSet16 = OcaUint16;