Class ServiceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Network.WiFiDirect
- Assembly:
- Tizen.Network.WiFiDirect.dll
- API Level:
- 3
An extended EventArgs class which contains the changed service information during the service discovery.
public class ServiceStateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceError
The Wi-Fi Direct result.
Declaration
public WiFiDirectError Error { get; }
Property Value
Type | Description |
---|---|
WiFiDirectError |
API Level: 3
View SourcePeer
The peer servicing device.
Declaration
public WiFiDirectPeer Peer { get; }
Property Value
Type | Description |
---|---|
WiFiDirectPeer |
API Level: 3
View SourceResponse
The received response.
Declaration
public string Response { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceServiceDiscoveryState
The service discovery state.
Declaration
public WiFiDirectServiceDiscoveryState ServiceDiscoveryState { get; }
Property Value
Type | Description |
---|---|
WiFiDirectServiceDiscoveryState |
API Level: 3
View SourceServiceType
The types of service.
Declaration
public WiFiDirectServiceType ServiceType { get; }
Property Value
Type | Description |
---|---|
WiFiDirectServiceType |