TxResult Enumeration
Result of last send operation passed in DataConfirm.
Namespace: OddPrg.Communication.PlcAssembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
| InvlaidSize | 0 |
Invalid data length passed
|
| InvalidAdr | 1 |
Invalid address passed
|
| DriverError | 2 |
Driver error - something went wrong (probably socket error, or module dead)
|
| NodeMissing | 3 |
Node is not in table - is disconnected - probably MeterDiscnonnect missed
|
| DataSent | 4 |
Data sent by driver - does not mean that are delivered
|
| DataOk | 5 |
Data delivered to the other side
|
| DeviceQueueFull | 6 |
!!!Pdc queue full - to many data requests at one time
|
| QueBusy | 7 |
Application data queue busy or full - repeat request after small timeout
|
| MutexBusy | 8 |
Someone else is accessing data que mutex - repeat the data request after small timeout
|
| DataFail | 9 |
!!!Data not delivered to other side
|
| DriverDefaultError | 10 |
!!!Unrecognized data transfer result
|