|
bool | DebugOutput [get, set] |
|
virtual int | FileTimeout [get, set] |
| Gets or sets the file service timeout.
|
|
◆ GetAvailableFiles()
Gets the available files that are registered with the file server.
- Returns
- The available files.
◆ SetASDUHandler()
void lib60870.CS101.Slave.SetASDUHandler |
( |
ASDUHandler | handler, |
|
|
object | parameter ) |
Sets a callback to handle ASDUs (commands, requests) form clients. This callback can be used when no other callback handles the message from the client/master.
- Parameters
-
handler | The ASDU callback function |
parameter | user provided parameter that is passed to the callback |
◆ SetClockSynchronizationHandler()
Sets a callback for the clock synchronization request.
- Parameters
-
handler | The clock synchronization request handler callback function |
parameter | user provided parameter that is passed to the callback |
◆ SetCounterInterrogationHandler()
Sets a callback for counter interrogaton requests.
- Parameters
-
handler | The counter interrogation request handler callback function |
parameter | user provided parameter that is passed to the callback |
◆ SetFileReadyHandler()
void lib60870.CS101.Slave.SetFileReadyHandler |
( |
FileReadyHandler | handler, |
|
|
object | parameter ) |
Sets a callback handler that is called when a file ready message is received from a master.
- Parameters
-
handler | callback function to be called |
parameter | user provided parameter that is passed to the callback |
◆ SetInterrogationHandler()
void lib60870.CS101.Slave.SetInterrogationHandler |
( |
InterrogationHandler | handler, |
|
|
object | parameter ) |
Sets a callback for interrogaton requests.
- Parameters
-
handler | The interrogation request handler callback function |
parameter | user provided parameter that is passed to the callback |
◆ SetReadHandler()
void lib60870.CS101.Slave.SetReadHandler |
( |
ReadHandler | handler, |
|
|
object | parameter ) |
Sets a callback for read requests.
- Parameters
-
handler | The read request handler callback function |
parameter | user provided parameter that is passed to the callback |
◆ FileTimeout
virtual int lib60870.CS101.Slave.FileTimeout |
|
getset |
Gets or sets the file service timeout.
The file service timeout in ms
The documentation for this class was generated from the following file:
- C:/Users/IlyesBekaddour/Desktop/Workspace/lib60870.net/lib60870/CS101/Slave.cs