Function sapnwrfc::binding::RfcPing [] [src]

pub unsafe extern "C" fn RfcPing(
    rfcHandle: RFC_CONNECTION_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Ping the remote communication partner through the passed connection handle.

Sends a ping to the backend in order to check, whether the connection is still alive. Can be used on both, client connections as well as server connections. \warning Do not use inside a server function implementation.

\in rfcHandle The connection to check \out *errorInfo More error details in case the connection is broken. \return RFC_RC