TIdBlockCipherInterceptDataEvent
Event type used to signal block cipher operations for data to be sent or received.
TIdBlockCipherInterceptDataEvent = procedure (ASender: TIdBlockCipherIntercept; ASrcData, ADstData: Pointer) of object;
Unit
Parameters
ADstData
Pointer to the data after transformation.
ASender
Object generating the event notification.
ASrcData
Pointer to the data prior to transformation.
Description