Class WiFiDirectPersistentGroup
Definition
- Namespace:
- Tizen.Network.WiFiDirect
- Assembly:
- Tizen.Network.WiFiDirect.dll
A class to handle persistent groups.
public class WiFiDirectPersistentGroup
- Inheritance
-
objectWiFiDirectPersistentGroup
Properties
View SourceMacAddress
The MAC address of the persistent group owner.
Declaration
public string MacAddress { get; }
Property Value
Type | Description |
---|---|
string |
Ssid
The SSID (Service Set Identifier) of the persistent group owner.
Declaration
public string Ssid { get; }
Property Value
Type | Description |
---|---|
string |