Package ptolemy.domains.wireless.lib.bluetooth
Actors that implement the user perspective of Bluetooth.
- Since:
- Ptolemy II 10.1
- Author:
- Phillip Azar
-
Class Summary 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 Summary 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.