Method | Description | |
---|---|---|
Disconnect ( ) : void | ||
ExecuteCommand ( |
Send a command to the TPI. This method will issue a lock to prevent multiple threads from sending a command at the same time.
|
|
StartSocket ( ) : void |
Begin a connection with the TPI and start listening for responses.
|
|
TPISocket ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
EnsureConnection ( ) : void | ||
ListenForData ( ) : void |
Listen for data coming from the TPI
|
|
PollTpi ( ) : void |
Listen for data coming from the TPI
|
public ExecuteCommand ( |
||
tpiRequest | ||
return | void |