-a option

Specifies a single library option for a listening library.

Syntax
dblsn -a value ...
Remarks

By default, the Listener uses lsn_udp.dll if a library is not specified. Use the -d option to specify alternative or additional libraries.

Use the ? value to view all available library options.

Use the -a option multiple times to set additional library options.

See also
Example

The following example specifies the port option and declares the ShowSenderPort option in the lsn_udp.dll listening library:

dblsn -d lsn_udp.dll -a port=1234 -a ShowSenderPort

The following example specifies the port option for two different libraries:

dblsn -d lsn_udp.dll -a port=1234 -d maac750.dll -a port=2345

The following example displays all available library options in the default library:

dblsn -a ?