RfcommConnectionTriggerDetails RfcommConnectionTriggerDetails RfcommConnectionTriggerDetails RfcommConnectionTriggerDetails Class

Definition

Provides information about the Bluetooth device that caused this trigger to fire.

public : sealed class RfcommConnectionTriggerDetails : IRfcommConnectionTriggerDetailspublic sealed class RfcommConnectionTriggerDetails : IRfcommConnectionTriggerDetailsPublic NotInheritable Class RfcommConnectionTriggerDetails Implements IRfcommConnectionTriggerDetails// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Incoming Incoming Incoming Incoming

Gets whether this is an incoming connection.

public : PlatForm::Boolean Incoming { get; }public bool Incoming { get; }Public ReadOnly Property Incoming As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the trigger was fired for an incoming connection; otherwise, false.

RemoteDevice RemoteDevice RemoteDevice RemoteDevice

Gets the BluetoothDevice object that represents the remote device.

public : BluetoothDevice RemoteDevice { get; }public BluetoothDevice RemoteDevice { get; }Public ReadOnly Property RemoteDevice As BluetoothDevice// You can use this property in JavaScript.
Value
BluetoothDevice BluetoothDevice BluetoothDevice BluetoothDevice

The BluetoothDevice object that represents the remote device.

Socket Socket Socket Socket

Gets a reference to the underlying StreamSocket of this connection.

public : StreamSocket Socket { get; }public StreamSocket Socket { get; }Public ReadOnly Property Socket As StreamSocket// You can use this property in JavaScript.
Value
StreamSocket StreamSocket StreamSocket StreamSocket

A reference to the underlying StreamSocket of this connection.