WiFi Framework C++ Edition

◆ __declspec() [9/9]

__declspec ( property(get=GetSsid, put=SetSsid )

Gets and sets the Service Set Identifier (SSID).

A WiFi Direct Advertiser SSID.

This property used in both Legacy and non-Legacy modes. In Legacy mode it is the SoftAP SSID. In non-Legacy mode it is used as device name.

If the Advertiser is running setting this property does nothing and new value will be ignored. Reading the property returns its current value used by the Advertiser. If the property was an empty string reading returns the auto generated SSID (device name) that begins with "DIRECT-".

If the Advertiser is not running setting the property changes its value. Reading the property returns its current value.