aes70
Version:
A controller library for the AES70 protocol.
14 lines (12 loc) • 394 B
TypeScript
/*
* 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 declare const OcaParameterMask: Record<string, never>;
export declare type IOcaParameterMask = number;