Skip to main content

Interface IBluetoothAdapter

Represents a Bluetooth adapter.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IBluetoothAdapter

Methods

StartBluetoothServer(IDefinition)

Starts the Bluetooth server with the specified configuration.

View Source
Declaration
bool StartBluetoothServer(IDefinition configuration)
Returns

System.Boolean: true if the Bluetooth server is successfully started; otherwise, false.

Parameters
TypeNameDescription
Meadow.Gateways.Bluetooth.IDefinitionconfigurationThe Bluetooth definition configuration.