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
-
ServiceStateChangedEventArgs
Properties
Declaration
public WiFiDirectError Error { get; }
Property Value
API Level: 3
Declaration
public WiFiDirectPeer Peer { get; }
Property Value
API Level: 3
Declaration
public string Response { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
ServiceDiscoveryState
The service discovery state.
Declaration
public WiFiDirectServiceDiscoveryState ServiceDiscoveryState { get; }
Property Value
API Level: 3
Declaration
public WiFiDirectServiceType ServiceType { get; }
Property Value
API Level: 3