lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
Provides functions to be used in Slave callbacks to send data back to the master. More...
Public Member Functions | |
void | SendASDU (ASDU asdu) |
void | SendACT_CON (ASDU asdu, bool negative) |
void | SendACT_TERM (ASDU asdu) |
ApplicationLayerParameters | GetApplicationLayerParameters () |
Provides functions to be used in Slave callbacks to send data back to the master.
ApplicationLayerParameters lib60870.CS101.IMasterConnection.GetApplicationLayerParameters | ( | ) |
Implemented in lib60870.CS104.ClientConnection.
void lib60870.CS101.IMasterConnection.SendACT_CON | ( | ASDU | asdu, |
bool | negative ) |
Implemented in lib60870.CS104.ClientConnection.
void lib60870.CS101.IMasterConnection.SendACT_TERM | ( | ASDU | asdu | ) |
Implemented in lib60870.CS104.ClientConnection.
void lib60870.CS101.IMasterConnection.SendASDU | ( | ASDU | asdu | ) |
Implemented in lib60870.CS104.ClientConnection.