Enum PvActionAckStatusEnum
Action command status enum.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public enum PvActionAckStatusEnum
Fields
| Name | Description |
|---|---|
| PvActionAckStatusLate | The schedule action command was received after it was supposed to be executed. |
| PvActionAckStatusNoRefTime | The scheduled action command could not be synchronized as a reference time was not available. |
| PvActionAckStatusOK | The action command was received and executed with success. |
| PvActionAckStatusOverflow | The action command was dropped as too many action commands were already queued on the device. |