![]() |
dnp3 (.NET API) 1.6.0
|
Event transferred from master to outstation when the outstation receives a corresponding command. More...
Public Member Functions | |
| AnalogOutputCommandEvent | WithIndex (ushort value) |
| Index of the command event More... | |
| AnalogOutputCommandEvent | WithStatus (CommandStatus value) |
| Status from processing the command that triggered this event More... | |
| AnalogOutputCommandEvent | WithCommandedValue (double value) |
| Commanded state of the binary output More... | |
| AnalogOutputCommandEvent | WithCommandType (AnalogCommandType value) |
| Describes how the value was encoded in the protocol More... | |
| AnalogOutputCommandEvent | WithTime (Timestamp value) |
| Associated timestamp More... | |
| AnalogOutputCommandEvent (ushort index, CommandStatus status, double commandedValue, AnalogCommandType commandType, Timestamp time) | |
| Fully construct AnalogOutputCommandEvent specifying the value of each field More... | |
Public Attributes | |
| ushort | Index |
| Index of the command event More... | |
| CommandStatus | Status |
| Status from processing the command that triggered this event More... | |
| double | CommandedValue |
| Commanded state of the binary output More... | |
| AnalogCommandType | CommandType |
| Describes how the value was encoded in the protocol More... | |
| Timestamp | Time |
| Associated timestamp More... | |
Event transferred from master to outstation when the outstation receives a corresponding command.
Maps to group 43 variations 1 to 8.
These objects are part of subset level 4 and are not commonly used.
|
inline |
Fully construct AnalogOutputCommandEvent specifying the value of each field
| index | Index of the command event |
| status | Status from processing the command that triggered this event |
| commandedValue | Commanded state of the binary output |
| commandType | Describes how the value was encoded in the protocol |
| time | Associated timestamp |
|
inline |
Commanded state of the binary output
All of the variations in group 43 are mapped to double-precision floats
|
inline |
Describes how the value was encoded in the protocol
|
inline |
Index of the command event
|
inline |
Status from processing the command that triggered this event
|
inline |
Associated timestamp
| double dnp3.AnalogOutputCommandEvent.CommandedValue |
Commanded state of the binary output
All of the variations in group 43 are mapped to double-precision floats
| AnalogCommandType dnp3.AnalogOutputCommandEvent.CommandType |
Describes how the value was encoded in the protocol
| ushort dnp3.AnalogOutputCommandEvent.Index |
Index of the command event
| CommandStatus dnp3.AnalogOutputCommandEvent.Status |
Status from processing the command that triggered this event
| Timestamp dnp3.AnalogOutputCommandEvent.Time |
Associated timestamp