IBluetoothListener Interface |
Namespace:
InTheHand.Net.Bluetooth.Factory
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic interface IBluetoothListener
The IBluetoothListener type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | AcceptBluetoothClient | |
 | AcceptSocket | |
 | BeginAcceptBluetoothClient | |
 | BeginAcceptSocket | |
 | Construct(Guid) | |
 | Construct(BluetoothEndPoint) | |
 | Construct(Guid, ServiceRecord) | |
 | Construct(BluetoothAddress, Guid) | |
 | Construct(BluetoothEndPoint, ServiceRecord) | |
 | Construct(Guid, Byte, Int32) | |
 | Construct(BluetoothAddress, Guid, ServiceRecord) | |
 | Construct(BluetoothEndPoint, Byte, Int32) | |
 | Construct(BluetoothAddress, Guid, Byte, Int32) | |
 | EndAcceptBluetoothClient | |
 | EndAcceptSocket | |
 | Pending | |
 | SetPin(String) | |
 | SetPin(BluetoothAddress, String) | |
 | Start | |
 | Start(Int32) | |
 | Stop | |
Top
See Also