Share via


WiFiDirectServiceAdvertiser.ServiceInfo Property

Definition

Gets or sets the service information blob. The format and contents of the blob are determined by the individual service, and are intended to be used by Seekers during service discovery.

public:
 property IBuffer ^ ServiceInfo { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer ServiceInfo();

void ServiceInfo(IBuffer value);
public IBuffer ServiceInfo { get; set; }
var iBuffer = wiFiDirectServiceAdvertiser.serviceInfo;
wiFiDirectServiceAdvertiser.serviceInfo = iBuffer;
Public Property ServiceInfo As IBuffer

Property Value

The service information blob.

Applies to