NET_PRES_EncProviderReadReady Type
C
typedef int32_t (* NET_PRES_EncProviderReadReady)(void * providerData);
Returns
The number of bytes ready to be read.
Description
Presentation Encryption Provider Read Ready Function Pointer Prototype This function pointer defines the read ready function. It is called by the presentation layer when the presentation client wants to check whether read data is available from a secured connection.
Preconditions
A connection must have already been created, and be in the open state.
Parameters
Parameters | Description |
---|---|
providerData | A pointer to the buffer for the provider to keep connection specific data. |