Interface IBluetoothAdapter
Represents a Bluetooth adapter.
Assembly: Meadow.Contracts.dll
View Source
public interface IBluetoothAdapter
Methods
StartBluetoothServer(IDefinition)
Starts the Bluetooth server with the specified configuration.
View Source
bool StartBluetoothServer(IDefinition configuration)
Returns
System.Boolean: true if the Bluetooth server is successfully started; otherwise, false.
Parameters
| Type | Name | Description |
|---|---|---|
| Meadow.Gateways.Bluetooth.IDefinition | configuration | The Bluetooth definition configuration. |