| The DisGUISE C# class library |
|
DisGUISE.Backend Namespace
Namespace hierarchy
Classes
| Class |
Description |
|
ATCommand
|
This class represents an AT command that can be send to the phone through the IPhonePort interface. |
|
DeviceFilePort
|
The DeviceFilePort object handles all communication with the phone. It does encapsulate the bluetooth connection via the RFCOMM API, and keeps track of issued commands and their responses. |
|
PhoneInteractor
|
This abstract class acts as a base for all other classes that want to contact the phone via its port object. |
Interfaces
| Interface |
Description |
|
IPhonePort
|
The IPhonePort interface defines the methods for basic communication with the phone device. |