다음을 통해 공유


RfcommConnectionTrigger.RemoteHostName 속성

정의

시스템이 앱을 대신하여 연결하거나 연결을 수락할 특정 원격 Bluetooth 디바이스를 가져오거나 설정합니다.

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

속성 값

시스템이 앱을 대신하여 연결하거나 연결을 수락할 특정 원격 Bluetooth 디바이스를 가져오거나 설정합니다. 이 속성이 설정되지 않은 경우 시스템은 관련 서비스를 지원하는 페어링된 Bluetooth 디바이스에서 연결 및/또는 연결을 수락합니다.

적용 대상