aes70
Version:
A controller library for the AES70 protocol.
38 lines (32 loc) • 614 B
TypeScript
/*
* This file has been generated.
*/
/**
* Bitset that specifies the fields to be returned by a search for Action
* Objects in a Block
* @enum {number}
* @readonly
*/
export declare const OcaActionObjectSearchResultFlags: {
/**
* 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 IOcaActionObjectSearchResultFlags = number;