Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
手动设置设备跟踪时,使用此系统过程添加或更改远程设备的相关信息。它将在 ml_device 表中添加或更新行。
1
VARCHAR(255)。用户定义的唯一的设备名称。
2
VARCHAR(128)。有关 MobiLink 监听器版本的可选参数。
3
INTEGER。使用 0 表示 9.0.0 版或使用 2 表示用于 Windows 设备的 9.0.0 版之后的 MobiLink 监听器。
4
5
6
系统过程 ml_set_device、ml_set_device_address 和 ml_set_listening 用于替换设备自动跟踪,方式是更改 MobiLink 系统表 ml_device、ml_device_address 和 ml_listening 中的信息。
此系统过程仅在手动设置设备跟踪时才有用。
为每个设备添加一条设备记录:
CALL ml_set_device( 'myWindowsMobile', 'MobiLink Listeners for myWindowsMobile - 9.0.1', '1', 'not used', 'y', 'manually entered by administrator' );