ADDRESS EVENT

[This is preliminary documentation and subject to change.]

Used to check on address availability by the AddressEventNotification method of the ITAddressEventNotification interface.

typedef enum 
{
    AE_INSERVICE,
    AE_OUTOFSERVICE,
    AE_CLOSED
} ADDRESS_EVENT;
 

Members

AE_INSERVICE
Normal state – meaning the address can be used.
AE_OUTOFSERVICE
The address is temporarily out of service, but may go back into service at some time.
AE_CLOSED
The address has been permanently removed or close, and will not return.