NB-IoT Module Series
BC26 AT Commands Manual
BC26_AT_Commands_Manual 67 / 73
7.8. AT+MIPLWRITERSP Respond the Write Request from Application
Server/IoT Platform
The command is used to respond the write request from the Application Server or IoT platform.
Parameter
4.Float
5.Bool
<len> Integer. The value length.
When <valuetype> is String,<len> is the string length of <value>;
When <valuetype> is Opaque,<len> is the hex string length of <value>;
When <valuetype> is Integer/Float/Bool,<len> is 1;
<value> The value.
When <valuetype> is String, <value> is in string format; The string should be marked
with double quotation marks.
When <valuetype> is Opaque, <value> is in hex string format;
When <valuetype> is Integer/Float/Bool, <value> is Integer/Float/Bool type text.
<index> The index number of the data. If the data is too long, and more than the AT command
length, should split the configure bin. If split into N part, The order number of <index> is
N-1 to 0 in descending order, and the AT command is called in the order from the largest
to the small sequence number, If the <index> is 0, means this is the last message of the
data.
<flag> The message indication. The range is 0-2. If <flag>=1, means the first message of the
configure bin. If <flag>=2, means the middle message of the data. If <flag>=0, means the
last message of the data.
AT+MIPLWRITERSP Respond the Write Request from Application Server/IoT
Platform
Write Command
AT+MIPLWRITERSP=<Ref>,<msgID>,
<result>,<index>
Response
OK
If there is an error related to ME functionality:
ERROR
<Ref> Reference ID of OneNET communication instance.
<msgID> Integer. The message identifier, which from the URC “+MIPLREAD:”
<result> The process result.
0 FAIL
1 SUCCESS