The DisGUISE C# class library

DeviceFilePort Class

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.

For a list of all members of this type, see DeviceFilePort Members.

System.Object
   DisGUISE.Backend.DeviceFilePort

public class DeviceFilePort : IPhonePort

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DisGUISE.Backend

Assembly: DisGUISE (in DisGUISE.dll)

See Also

DeviceFilePort Members | DisGUISE.Backend Namespace