Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_INSERVICEValue: 0 Normal state; the address can be used. |
AS_OUTOFSERVICEThe address is temporarily out of service, but may go back into service at some time. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |