dnp3 (.NET API) 1.1.0
|
Informational callbacks about the current state of an outstation association More...
Public Member Functions | |
void | TaskStart (TaskType taskType, FunctionCode functionCode, byte seq) |
Called when a new task is started More... | |
void | TaskSuccess (TaskType taskType, FunctionCode functionCode, byte seq) |
Called when a task successfully completes More... | |
void | TaskFail (TaskType taskType, TaskError error) |
Called when a task fails More... | |
void | UnsolicitedResponse (bool isDuplicate, byte seq) |
Called when an unsolicited response is received More... | |
Informational callbacks about the current state of an outstation association
Called when a task fails
taskType | Type of task that was completed |
error | Error that prevented |
void dnp3.IAssociationInformation.TaskStart | ( | TaskType | taskType, |
FunctionCode | functionCode, | ||
byte | seq | ||
) |
Called when a new task is started
taskType | Type of task that was started |
functionCode | Function code used by the task |
seq | Sequence number of the request |
void dnp3.IAssociationInformation.TaskSuccess | ( | TaskType | taskType, |
FunctionCode | functionCode, | ||
byte | seq | ||
) |
Called when a task successfully completes
taskType | Type of task that was completed |
functionCode | Function code used by the task |
seq | Sequence number of the request |
void dnp3.IAssociationInformation.UnsolicitedResponse | ( | bool | isDuplicate, |
byte | seq | ||
) |
Called when an unsolicited response is received
isDuplicate | Is the unsolicited response a duplicate response |
seq | Sequence number of the response |