Specifies a single library option for a listening library.
dblsn -a value ...
By default, the MobiLink Listener uses lsn_udp12.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.
The following example specifies the port option and declares the ShowSenderPort option in the lsn_udp12.dll listening library:
dblsn -d lsn_udp12.dll -a port=1234 -a ShowSenderPort
The following example specifies the port option for two different libraries:
dblsn -d lsn_udp12.dll -a port=1234 -d maac750.dll -a port=2345
The following example displays all available library options in the default library:
dblsn -a ?