wifi_direct_error_e class abstract

@brief Enumeration for Wi-Fi Direct error code. @since_tizen 2.3

Constructors

wifi_direct_error_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

WIFI_DIRECT_ERROR_ALREADY_INITIALIZED → const int
< Already initialized client
WIFI_DIRECT_ERROR_AUTH_FAILED → const int
< Authentication failed
WIFI_DIRECT_ERROR_COMMUNICATION_FAILED → const int
< I/O error
WIFI_DIRECT_ERROR_CONNECTION_CANCELED → const int
< Connection canceled by local device
WIFI_DIRECT_ERROR_CONNECTION_FAILED → const int
< Connection failed
WIFI_DIRECT_ERROR_CONNECTION_TIME_OUT → const int
< Connection timed out(110)
WIFI_DIRECT_ERROR_INVALID_PARAMETER → const int
< Invalid function parameter(22)
WIFI_DIRECT_ERROR_MOBILE_AP_USED → const int
< Mobile AP is being used
WIFI_DIRECT_ERROR_NONE → const int
< Successful
WIFI_DIRECT_ERROR_NOT_INITIALIZED → const int
< Not initialized
WIFI_DIRECT_ERROR_NOT_PERMITTED → const int
< Operation not permitted(1)
WIFI_DIRECT_ERROR_NOT_SUPPORTED → const int
< Not supported
WIFI_DIRECT_ERROR_OPERATION_FAILED → const int
< Operation failed
WIFI_DIRECT_ERROR_OUT_OF_MEMORY → const int
< Out of memory(12)
WIFI_DIRECT_ERROR_PERMISSION_DENIED → const int
< Permission denied(13)
WIFI_DIRECT_ERROR_RESOURCE_BUSY → const int
< Device or resource busy(16)
WIFI_DIRECT_ERROR_TOO_MANY_CLIENT → const int
< Too many client
WIFI_DIRECT_ERROR_WIFI_USED → const int
< WiFi is being used