NB-IoT Module Series
BC26 AT Commands Manual
BC26_AT_Commands_Manual 69 / 73
Parameter
7.11. AT+MIPLNOTIFY Notify the Data to Application Server or IoT
Platform
The command is used to notify the data to Application Server or IoT platform.
Parameter
<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
AT+MIPLNOTIFY Notify the Data to Application Server or IoT Platform
Write Command
AT+MIPLNOTIFY=<Ref>,<msgID>,<ob
jID>,<insID>,<resID>,<valuetype>,<le
n>,<value>,<index>,<flag>
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:”
<objID> Integer. Object identifier.
<insID> Integer. The instance identifier, which from the URC “+MIPLREAD:”
<resID> Integer. The resource identifier, which from the URC “+MIPLREAD:”.
<valuetype> Integer. The value type.
1 String
2 Opaque
3 Integer
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>;