lib60870-C
2.3.2
C source code library for the IEC 60870-5-101/104 protocols
|
Common master side definitions for IEC 60870-5-101/104 These types are used by CS101/CS104 master. More...
Go to the source code of this file.
Typedefs | |
typedef bool(* | CS101_ASDUReceivedHandler) (void *parameter, int address, CS101_ASDU asdu) |
Callback handler for received ASDUs. More... | |
Common master side definitions for IEC 60870-5-101/104 These types are used by CS101/CS104 master.
typedef bool(* CS101_ASDUReceivedHandler) (void *parameter, int address, CS101_ASDU asdu) |
Callback handler for received ASDUs.
This callback handler will be called for each received ASDU. The CS101_ASDU object that is passed is only valid in the context of the callback function.
parameter | user provided parameter |
address | address of the sender (slave/other station) - undefined for CS 104 |
asdu | object representing the received ASDU |