ADDRESS_STATE enumeration (tapi3if.h)
The ADDRESS_STATE enum is used by the ITAddress::get_State method to check the address state.
Syntax
typedef enum ADDRESS_STATE {
AS_INSERVICE = 0,
AS_OUTOFSERVICE
} ;
Constants
AS_INSERVICE Value: 0 Normal state; the address can be used. |
AS_OUTOFSERVICE The address is temporarily out of service, but may go back into service at some time. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |