L
lixiaohui
Unregistered / Unconfirmed
GUEST, unregistred user!
看联通SGIP的DELPHI源码中看到
const
//The Version of SGIP
INTERFACE_VERSION = $33;
//Defines the encoding scheme of the short message user data.
CODE_TYPE_ENGLISH = 0;//0
CODE_TYPE_CHINESE = 15;//8;
//The set of SGIP Command IDs and their associated values are defined in the following table;
BIND = $1;
BIND_RESP = $80000001;
UNBIND = $2;
UNBIND_RESP = $80000002;
SUBMIT = $3;
SUBMIT_RESP = $80000003;
DELIVER = $4;
DELIVER_RESP = $80000004;
REPORT = $5;
REPORT_RESP = $80000005;
CHECKUSER = $10;
CHECKUSER_RESP = $80000010;
USERRPT = $11;
USERRPT_RESP = $80000011;
TRACE = $1000;
TRACE_RESP = $80001000;
请问为什么要定义$80000011,这里面的$是什么意思?谢谢
const
//The Version of SGIP
INTERFACE_VERSION = $33;
//Defines the encoding scheme of the short message user data.
CODE_TYPE_ENGLISH = 0;//0
CODE_TYPE_CHINESE = 15;//8;
//The set of SGIP Command IDs and their associated values are defined in the following table;
BIND = $1;
BIND_RESP = $80000001;
UNBIND = $2;
UNBIND_RESP = $80000002;
SUBMIT = $3;
SUBMIT_RESP = $80000003;
DELIVER = $4;
DELIVER_RESP = $80000004;
REPORT = $5;
REPORT_RESP = $80000005;
CHECKUSER = $10;
CHECKUSER_RESP = $80000010;
USERRPT = $11;
USERRPT_RESP = $80000011;
TRACE = $1000;
TRACE_RESP = $80001000;
请问为什么要定义$80000011,这里面的$是什么意思?谢谢