Indy 9
TIdBlockCipherInterceptDataEvent
See Also, Unit: IdBlockCipherIntercept
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
IdBlockCipherIntercept
Parameters
ADstData
Pointer to the data after transformation.
ASender
Object generating the event notification.
ASrcData
Pointer to the data prior to transformation.
Description
TIdBlockCipherInterceptDataEvent is an event type used to signal event handler when receipt or transmission of data for a TIdBlockCipherIntercept instance is required. TIdBlockCipherInterceptDataEvent is the event type used to represent the TIdBlockCipherIntercept.OnReceive and TIdBlockCipherIntercept.OnSend event handlers that implement the block cipher operations for the intercept instance.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.