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.
public class ServiceStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ServiceState Changed Event Args
Properties
View SourceError
The Wi-Fi Direct result.
Declaration
public WiFiDirectError Error { get; }
Property Value
Type | Description |
---|---|
Wi |
Peer
The peer servicing device.
Declaration
public WiFiDirectPeer Peer { get; }
Property Value
Type | Description |
---|---|
Wi |
Response
The received response.
Declaration
public string Response { get; }
Property Value
Type | Description |
---|---|
string |
ServiceDiscoveryState
The service discovery state.
Declaration
public WiFiDirectServiceDiscoveryState ServiceDiscoveryState { get; }
Property Value
Type | Description |
---|---|
Wi |
ServiceType
The types of service.
Declaration
public WiFiDirectServiceType ServiceType { get; }
Property Value
Type | Description |
---|---|
Wi |