Click or drag to resize

BluetoothConnectionListener Constructor

Namespace:  NetworkCommsDotNet.Connections.Bluetooth
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public BluetoothConnectionListener(
	SendReceiveOptions sendReceiveOptions,
	ApplicationLayerProtocolStatus applicationLayerProtocol,
	bool allowDiscoverable = false
)

Parameters

sendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
applicationLayerProtocol
Type: NetworkCommsDotNet.ConnectionsApplicationLayerProtocolStatus
allowDiscoverable (Optional)
Type: SystemBoolean
See Also