See: Description
| Class | Description |
|---|---|
| BluetoothDevice |
This Actor is simulation of a Bluetooth adapter in a Bluetooth enabled device.
|
| BluetoothResponseToken<T> |
A wireless response from one BluetoothDevice actor to another.
|
| BluetoothStatusToken<T> |
This class represents a status token generated by the
BluetoothDevice actor that is output when a command has
successfully or unsuccessfully been executed, or when data has been
received.
|
| BluetoothToken |
This abstract class defines the parent class for all Bluetooth Token classes, and defines which operations are legal and illegal from the base class Token.
|
| Enum | Description |
|---|---|
| BluetoothCommand |
This class defines all allowable Bluetooth Wired commands, that wil be parsed within the Bluetooth Device actor.
|
| BluetoothResponse |
This enum defines all allowable Bluetooth Responses.
|
| BluetoothStatus |
Status associated with the BluetoothStatusToken class.
|