Skip to main content

rt_stub_init

Description

The rt_stub_init function is used to initialize the RTTP Stub library. This function must be called before calling any other RTTP Stub API functions to initialize the underlying RTTP engine and network resources.

Syntax:

int rt_stub_init();

Parameters:

None.

Return Value:

Returns 0 on success; returns a non-zero error code on failure.