Class ServiceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Network.Wi
Fi Direct
- Assembly:
- Tizen.Network.WiFiDirect.dll
An extended EventArgs class which contains the changed service information during the service discovery.
C#
Copy
public class ServiceStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ServiceState Changed Event Args
Properties
Declaration
C#
Copy
public WiFiDirectError Error { get; }
Property Value
Type | Description |
---|---|
Wi |
Declaration
C#
Copy
public WiFiDirectPeer Peer { get; }
Property Value
Type | Description |
---|---|
Wi |
Declaration
C#
Copy
public string Response { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public WiFiDirectServiceDiscoveryState ServiceDiscoveryState { get; }
Property Value
Type | Description |
---|---|
Wi |
Declaration
C#
Copy
public WiFiDirectServiceType ServiceType { get; }
Property Value
Type | Description |
---|---|
Wi |