RfcommConnectionTrigger.RemoteHostName 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 or sets specific remote Bluetooth device the system will connect to, or accept connections from, on behalf of the app.
public:
property HostName ^ RemoteHostName { HostName ^ get(); void set(HostName ^ value); };
HostName RemoteHostName();
void RemoteHostName(HostName value);
public HostName RemoteHostName { get; set; }
var hostName = rfcommConnectionTrigger.remoteHostName;
rfcommConnectionTrigger.remoteHostName = hostName;
Public Property RemoteHostName As HostName
Property Value
Gets or sets specific remote Bluetooth device the system will connect to, or accept connections from, on behalf of the app. If this property is not set, the system will connect to and/or accept connections from any paired Bluetooth device that supports the relevant service.