Programming Manual

79 / 139
i480e&i480e-MD2 Programming Manual
14.8
MAPCPUSHMSG
The MAPCPUSHMSG command is used by the client host to put a message to
remote MAP server.
Command
AT+B MAPCPUTMSG [moreData],[packetSize],[packet]
Response
If this is the only packet to be sent, the response will be:
AT-B MAPCPUTCMTIND [status]
If there are more packets to be sent, the response will be:
AT-B MAPCPUTMSGIND
Failed: AT-B MAPCPUTMSG 1
Parameters
moreData
More data to be received or sent. More(TRUE) or
not(FALSE)
length
The length of the packet field
packet
The partial or complete packet of an object, cannot
be NULL, cannot include \r’.
Note
Maximum length of packet is 128 bytes.
14.9
MAPCCMT
The MAPCCMT command is used to terminate the ongoing get/push operation.
Command
AT+B MAPCCMT
Response
If in get operation, the response is: AT-B MAPCGETCMTIND
If in push operation, the response is: AT-B MAPCPUSHCMTIND
Failed: AT-B MAPCCMT 1
Parameters
N/A
Note
Before receiving MAPCGETCMTIND or MAPCPUSHCMTIND
indications, this command can be used to terminate the current
operation.
Barrot Confidential