CM_REQUIREMENT_OPERATOR (Compact 2013)
3/26/2014
This enumeration is used by the CM_REQUIREMENTS structure to provide connection attributes that compare a connection characteristic against a required value.
Syntax
typedef enum CM_REQUIREMENT_OPERATOR {
CMRO_LESS_OR_EQUAL,
CMRO_GREATER_OR_EQUAL,
CMRO_EQUAL,
CMRO_NOT_EQUAL,
CMRO_LAST
} CM_REQUIREMENT_OPERATOR;
Element Definitions
- CMRO_LESS_OR_EQUAL
The connection characteristic must be <= the CM_REQUIREMENTS Characteristic value.
- CMRO_GREATER_OR_EQUAL
The connection characteristic must be >= the CM_REQUIREMENTS Characteristic value.
- CMRO_EQUAL
The connection characteristic must be = the CM_REQUIREMENTS Characteristic value.
- CMRO_NOT_EQUAL
The connection characteristic must be not = the CM_REQUIREMENTS Characteristic value.
- CMRO_LAST
The last value.
Requirements
Header |
cmnet.h |
Library |
cmnet.lib |