WiFiDirectServiceSessionErrorStatus
WiFiDirectServiceSessionErrorStatus
WiFiDirectServiceSessionErrorStatus
WiFiDirectServiceSessionErrorStatus
Enum
Definition
Values used in the WiFiDirectServiceSession.ErrorStatus property.
public : enum class WiFiDirectServiceSessionErrorStatuspublic enum WiFiDirectServiceSessionErrorStatusPublic Enum WiFiDirectServiceSessionErrorStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Disassociated Disassociated Disassociated Disassociated | The L2 connection was disassociated unexpectedly. |
| LocalClose LocalClose LocalClose LocalClose | The session was closed from the local side of the session. |
| NoResponseFromRemote NoResponseFromRemote NoResponseFromRemote NoResponseFromRemote | Session timed out due to no response from the remote side of the session. |
| Ok Ok Ok Ok | Session status is OK. |
| RemoteClose RemoteClose RemoteClose RemoteClose | The session was closed from the remote side of the session. |
| SystemFailure SystemFailure SystemFailure SystemFailure | A general system failure has occurred. |