Class SCNetworkConnectionStatus


  • public final class SCNetworkConnectionStatus
    extends java.lang.Object
    [@enum] SCNetworkConnectionStatus Status of the network connection. This status is intended to be generic and high level. An extended status, specific to the type of network connection is also available for applications that need additonal information. [@constant] kSCNetworkConnectionInvalid The network connection refers to an invalid service. [@constant] kSCNetworkConnectionDisconnected The network connection is disconnected. [@constant] kSCNetworkConnectionConnecting The network connection is connecting. [@constant] kSCNetworkConnectionConnected The network connection is connected. [@constant] kSCNetworkConnectionDisconnecting The network connection is disconnecting.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait