Method | Description | |
---|---|---|
BluetoothConnectionListener ( SendReceiveOptions sendReceiveOptions, ApplicationLayerProtocolStatus applicationLayerProtocol, bool allowDiscoverable = false ) : System |
Create a new instance of BluetoothConnectionListener
|
Method | Description | |
---|---|---|
BluetoothConnectionReceivedAsync ( IAsyncResult ar ) : void |
Handle a new incoming bluetooth connection
|
|
StartListening ( |
||
StopListening ( ) : void |
public BluetoothConnectionListener ( SendReceiveOptions sendReceiveOptions, ApplicationLayerProtocolStatus applicationLayerProtocol, bool allowDiscoverable = false ) : System | ||
sendReceiveOptions | SendReceiveOptions | The send receive options to use for this listener. |
applicationLayerProtocol | ApplicationLayerProtocolStatus | If enabled NetworkComms.Net uses a custom /// application layer protocol to provide useful features such as inline serialisation, /// transparent packet transmission, remote peer handshake and information etc. We strongly /// recommend you enable the NetworkComms.Net application layer protocol. |
allowDiscoverable | bool | Determines if the newly created |
return | System |