WiFiDirectService.RemoteServiceInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the service information blob from this service instance.
public:
property IBuffer ^ RemoteServiceInfo { IBuffer ^ get(); };
IBuffer RemoteServiceInfo();
public IBuffer RemoteServiceInfo { get; }
var iBuffer = wiFiDirectService.remoteServiceInfo;
Public ReadOnly Property RemoteServiceInfo As IBuffer
Property Value
A buffer of up to 255 bytes with information from the server. The format of this blob is determined by the individual service.