ADDRESS STATE

[This is preliminary documentation and subject to change.]

This enum is used by the get_State method of the ITAddress interface.

typedef enum 
{
    AS_INSERVICE,
    AS_OUTOFSERVICE
} ADDRESS_STATE;
 

Members

AS_INSERVICE
Normal state – meaning the address can be used.
AS_OUTOFSERVICE
The address is temporarily out of service, but may go back into service at some time.