Stream Parameters synchronization parameter

Sets options to configure the network protocol.

Syntax

The syntax varies depending on the API you use. You can also set this parameter with ulsync.

Default

Null

Allowed values

String

Remarks

This parameter is optional. It accepts a semicolon separated list of network protocol options. Each option is of the form keyword=value, where the allowed sets of keywords depends on the network protocol.

See also
Example

UltraLite for C/C++ applications can set the parameter as follows:

ul_synch_info info;
// ...
info.stream_parms= UL_TEXT( "host=myserver;port=2439" );