aes70
Version:
A controller library for the AES70 protocol.
37 lines (31 loc) • 570 B
TypeScript
/*
* This file has been generated.
*/
/**
* Bitset that describes the contents of an **OcaSearchResult**
* @enum {number}
* @readonly
*/
export declare const OcaObjectSearchResultFlags: {
/**
* Entry with value ``1``.
*/
ONo: number;
/**
* Entry with value ``2``.
*/
ClassIdentification: number;
/**
* Entry with value ``4``.
*/
ContainerPath: number;
/**
* Entry with value ``8``.
*/
Role: number;
/**
* Entry with value ``16``.
*/
Label: number;
};
export declare type IOcaObjectSearchResultFlags = number;