Informational callbacks about the current state of an outstation association
More...
Informational callbacks about the current state of an outstation association
◆ TaskFail()
Called when a task fails
- Parameters
-
taskType | Type of task that was completed |
error | Error that prevented |
◆ TaskStart()
void dnp3.IAssociationInformation.TaskStart |
( |
TaskType |
taskType, |
|
|
FunctionCode |
functionCode, |
|
|
byte |
seq |
|
) |
| |
Called when a new task is started
- Parameters
-
taskType | Type of task that was started |
functionCode | Function code used by the task |
seq | Sequence number of the request |
◆ TaskSuccess()
void dnp3.IAssociationInformation.TaskSuccess |
( |
TaskType |
taskType, |
|
|
FunctionCode |
functionCode, |
|
|
byte |
seq |
|
) |
| |
Called when a task successfully completes
- Parameters
-
taskType | Type of task that was completed |
functionCode | Function code used by the task |
seq | Sequence number of the response that completed the request. This will typically be the same as the seq number in the request, except for READ requests where the response is multi-fragmented. |
◆ UnsolicitedResponse()
void dnp3.IAssociationInformation.UnsolicitedResponse |
( |
bool |
isDuplicate, |
|
|
byte |
seq |
|
) |
| |
Called when an unsolicited response is received
- Parameters
-
isDuplicate | Is the unsolicited response a duplicate response |
seq | Sequence number of the response |
The documentation for this interface was generated from the following file:
- IAssociationInformation.cs