Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
为监听库指定单个库选项。
dblsn -a value ...
缺省情况下,如果未指定库,则 MobiLink 监听器使用 lsn_udp16.dll。使用 -d 选项指定替代库或附加库。
使用 ? 值查看所有可用库选项。
多次使用 -a 选项设置附加库选项。
以下示例在 lsn_udp16.dll 监听库中指定 port 选项并声明 ShowSenderPort 选项:
dblsn -d lsn_udp16.dll -a port=1234 -a ShowSenderPort
以下示例为两个不同的库指定 port 选项:
dblsn -d lsn_udp16.dll -a port=1234 -d maac750.dll -a port=2345
以下示例显示缺省库中的所有可用库选项:
dblsn -a ?