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.

C#
Copy
public class ServiceStateChangedEventArgs : EventArgs
Inheritance
System.Object
ServiceStateChangedEventArgs

Properties

View Source

Error

The Wi-Fi Direct result.

Declaration
C#
Copy
public WiFiDirectError Error { get; }
Property Value
Type Description
WiFiDirectError
API Level: 3
View Source

Peer

The peer servicing device.

Declaration
C#
Copy
public WiFiDirectPeer Peer { get; }
Property Value
Type Description
WiFiDirectPeer
API Level: 3
View Source

Response

The received response.

Declaration
C#
Copy
public string Response { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

ServiceDiscoveryState

The service discovery state.

Declaration
C#
Copy
public WiFiDirectServiceDiscoveryState ServiceDiscoveryState { get; }
Property Value
Type Description
WiFiDirectServiceDiscoveryState
API Level: 3
View Source

ServiceType

The types of service.

Declaration
C#
Copy
public WiFiDirectServiceType ServiceType { get; }
Property Value
Type Description
WiFiDirectServiceType
API Level: 3