A type that is returned for indicating the port speed, state, and status. See More...
Public Member Functions | |
| void | UpdateFromByte (A429Port port, byte status) |
Data Fields | |
| bool[] | IsUniqueSdi = new bool[256] |
| True if the label index is in UniqueSdi mode (slowly reported) | |
Properties | |
| A429Port | Port [get, set] |
| The Port that this status represents. | |
| bool | IsRunning [get, set] |
| True if the Port is Running. | |
| bool | IsHighSpeed [get, set] |
| True if the port is High Speed (100kbs), otherwise Low Speed (12.5kbs) | |
| bool | IsBufferFull [get, set] |
| True if words are not being read off from the U2004 fast enough to capture ever word. | |
A type that is returned for indicating the port speed, state, and status. See
A type that is returned for indicating the port speed, state, and status. See Status.
|
inline |
| bool [] IsUniqueSdi = new bool[256] |
True if the label index is in UniqueSdi mode (slowly reported)
If this boolean is reported as True, then the associated label will be differentiated by the U2004 when handling Source Designation Index (SDI)
|
getset |
True if words are not being read off from the U2004 fast enough to capture ever word.
If this boolean is reported as True, then there will be missing records. This is not an issue unless the fastest word receive rates are needed. Monitor this boolean, and if the buffer is full, then the U2004 should be serviced by the host at a faster rate.
|
getset |
True if the port is High Speed (100kbs), otherwise Low Speed (12.5kbs)
|
getset |
True if the Port is Running.
|
getset |
The Port that this status represents.