The DisGUISE C# class library

DeviceFilePort Constructor 

Create a new port object and access the phone via the supplied device file.

public DeviceFilePort(
   string filename
);

Parameters

filename
The path to the RFCOMM device which is connected to the phone.

See Also

DeviceFilePort Class | DisGUISE.Backend Namespace