Manages communications on a single communication channel
Currently only PRO4 protocol is implemented
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class CommsManager
Public Class CommsManager
public ref class CommsManager
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
CommsManager()()() |
Default Constructor
| |
AttachDevice(Protocol_PRO4_IDevice) |
Attach a device which will get responses
| |
CurrentTurnAroundTime |
Get the turn around time of the last packet in mS.
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Start(String) |
Start the communication manager main thread
| |
Stop()()() |
Kill any threads opened by the manager
Return Value Simple name of currently active port | |
SwitchDeviceID(Protocol_PRO4_IDevice, Int32) |
Switches the device ID.
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
CommsManager |