Method | Description | |
---|---|---|
ClearFile ( ) : void | ||
ClearQueue ( ) : void | ||
Connect ( ) : void | ||
CycleStart ( ) : void | ||
Disconnect ( ) : void | ||
FeedHold ( ) : void | ||
FileGoto ( int lineNumber ) : void | ||
FilePause ( ) : void | ||
FileStart ( ) : void | ||
Machine ( ) : System | ||
ProbeStart ( ) : void | ||
ProbeStop ( ) : void | ||
SendLine ( string line ) : void | ||
SetFile ( IList |
||
SoftReset ( ) : void |
Method | Description | |
---|---|---|
ParseProbe ( string line ) : void |
Parses a recevied probe report
|
|
ParseStatus ( string line ) : void |
Parses a recevied status report (answer to '?')
|
|
RaiseEvent ( System.Action action ) : void | ||
RaiseEvent ( Action |
||
ReportError ( string error ) : void |
Reports error. This is there to offload the ExpandError function from the "Real-Time" worker thread to the application thread
|
|
UpdateStatus ( string line ) : void |
Updates Status info from each line sent
|
|
Work ( ) : void |