aes70
Version:
A controller library for the AES70 protocol.
14 lines (12 loc) • 397 B
TypeScript
/*
* This file has been generated.
*/
/**
* BItset that specifies which fields in **OcaPositionAndOrientation** are used.
* A "1" value signifies that the corresponding **OcaPositionAndOrientation**
* field is used.
* @enum {number}
* @readonly
*/
export declare const OcaPositionDescriptorFieldFlags: Record<string, never>;
export declare type IOcaPositionDescriptorFieldFlags = number;