Discuss this help topic in SecureBlackbox Forum
This event is fired by TElDTLSServerFactory when it is sending data.
Declaration
[Java]
TSBDTLSSendEvent getOnSend();
void setOnSend(TSBDTLSSendEvent Value);
TSBDTLSSendEvent.Callback OnSend = new TSBDTLSSendEvent.Callback() {
public void TSBDTLSSendEventCallback(TObject arg0, byte[] arg1, byte[] arg2) {
//...
}
}
Parameters
- Buffer - the datagram being sent
- Size - the length of Buffer in bytes
- ClientID - unique ID of the client
- pClientID -
- szClientID - the length of pcClientID.
Description
This event is fired by TElDTLSServerFactory when it is sending data to the client.
Discuss this help topic in SecureBlackbox Forum