CmpTlsBufferDataSent (FUN)

FUNCTION CmpTlsBufferDataSent : RTS_IEC_RESULT

This function is used to indicate that the data written by the TLS implementation has been sent to the peer. If this function is called the TLS implementation will start writing it’s output at the beginning of the Tx buffer again. Call this function if the data of the Tx buffer has been sent. The length parameter of the Tx buffer will be set to 0.

InOut:

Scope

Name

Type

Comment

Return

CmpTlsBufferDataSent

RTS_IEC_RESULT

Input

hTlsConn

RTS_IEC_HANDLE

Handle to the TLS connection. Must have been created with CmpTlsBufferOpen