pub unsafe extern "C" fn CS104_Connection_setAppLayerParameters(
self_: CS104_Connection,
parameters: CS101_AppLayerParameters,
)Expand description
Set the CS101 application layer parameters
If not set the default parameters are used. This function must be called before the CS104_Connection_connect function is called! If the function is called after the connect the behavior is undefined.
ยงArguments
self- CS104_Connection instanceparameters- the application layer parameters