AEENETSTATUS
Brew Release
Brew MP 1.0.2
See Also
INetwork_NetStatus
Description
This data type is an enumeration of the possible network statuses.
Members
AEE_NET_STATUS_INVALID_STATE : Network is in invalid state.
AEE_NET_STATUS_OPENING : Network connection is being established.
AEE_NET_STATUS_OPEN : Network connection is active.
AEE_NET_STATUS_CLOSING : Network connection is closing.
AEE_NET_STATUS_CLOSED : Network connection is inactive.
AEE_NET_STATUS_SLEEPING : Network connection is active, but related network resources (e.g. CDMA traffic channel) are being released.
AEE_NET_STATUS_ASLEEP : Network connection is active, but related network resources (e.g. CDMA traffic channel) have been released (dormant state).
AEE_NET_STATUS_WAKING : Network connection is active, but related network resources (e.g. CDMA traffic channel) are being re-acquired.
Definition
#define AEE_NET_STATUS_INVALID_STATE 0 #define AEE_NET_STATUS_OPENING 1 #define AEE_NET_STATUS_OPEN 2 #define AEE_NET_STATUS_CLOSING 3 #define AEE_NET_STATUS_CLOSED 4 #define AEE_NET_STATUS_SLEEPING 5 #define AEE_NET_STATUS_ASLEEP 6 #define AEE_NET_STATUS_WAKING 7 typedef int AEENetStatus;
Comments
None
COMMENTS (0)
See Below