Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
手动设置设备跟踪时,使用此系统过程添加或更改远程设备地址的相关信息。它将在 ml_device_address 表中添加或更新行。
1
VARCHAR(255)。现有设备名。
2
VARCHAR(255)。网络提供商 ID(必须与运营公司的 network_provider_id 属性匹配)。
3
VARCHAR(255)。具有 SMS 功能的设备的电话号码。
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_address( 'myWindowsMobile', 'ROGERS AT&T', '3211234567', 'y', 'y', 'manually entered by administrator' );