aes70
Version:
A controller library for the AES70 protocol.
12 lines (11 loc) • 319 B
JavaScript
/*
* This file has been generated.
*/
/**
* Bitset to indicate which method parameters contain valid data. The position
* of a bit in the bitset shall correspond to the ordinal position of the
* respective parameter of the method in question.
* @enum {number}
* @readonly
*/
export const OcaParameterMask = {};