Click or drag to resize

BluetoothConnectionGetConnection Method (ConnectionInfo, SendReceiveOptions, Boolean)

Namespace:  NetworkCommsDotNet.Connections.Bluetooth
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static BluetoothConnection GetConnection(
	ConnectionInfo connectionInfo,
	SendReceiveOptions defaultSendReceiveOptions,
	bool establishIfRequired = true
)

Parameters

connectionInfo
Type: NetworkCommsDotNetConnectionInfo
defaultSendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
establishIfRequired (Optional)
Type: SystemBoolean

Return Value

Type: BluetoothConnection
See Also