Discuss this help topic in SecureBlackbox Forum
Declaration
[Pascal]
under development
[Java]
TSSHSendEvent getOnSend();
void setOnSend(TSSHSendEvent Value);
TSSHSendEvent.Callback OnSend = new TSSHSendEvent.Callback() {
public void TSSHSendEventCallback(TObject arg0, byte[] arg1) {
//...
}
}
Parameters
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum