What | Detail |
---|
Command | AT#GETTPLID |
Parameter | — |
Result codes | #GETTPLID: <id> |
| OK |
| #GETTPLID: -<status> In case of error the status is returned as negative in order to differentiate between a succesful return and an error code |
| ERROR |
Numeric value | Error code | Comment |
---|
11 | MGT_NOT_INIT_ERR | Acklio FullSDK has not been yet initialized |
12 | MGT_TPL_NOT_INIT_ERR | The template has not been yet initialized |
What | Detail |
---|
Command | AT#GETPARAMCNT |
Parameters | — |
Result codes | #GETPARAMCNT: <nb> |
| OK |
| #GETPARAMCNT: -<status> In case of error the status is returned as negative in order to differentiate between a succesful return and an error code |
| ERROR |
Numeric value | Error code | Comment |
---|
11 | MGT_NOT_INIT_ERR | Acklio FullSDK has not been yet initialized |
12 | MGT_TPL_NOT_INIT_ERR | The template has not been yet initialized |
What | Detail |
---|
Command | AT#SETPARAM=<index>,<value> |
Parameters | One pair of parameter index and parameter value as ASCII HEX |
Result codes | #SETPARAM: <status> |
| OK |
| ERROR |
Each parameter value must be an ASCII string containing the hexadecimal value of the parameter, of the same size as the parameter (e.g. 8 characters for a 32-bit value).
Numeric value | Error code | Comment |
---|
1 | MGT_ERROR | Inconsistent parameter length |
3 | MGT_MEM_ERR | The memory area provided at provisioning is full |
4 | MGT_OPERATION_NOT_SUPPORTED_ERR | The operation is not supported |
5 | MGT_L2A_ERR | Not joined yet |
11 | MGT_NOT_INIT_ERR | Acklio FullSDK has not been yet initialized |
12 | MGT_TPL_NOT_INIT_ERR | The template has not been yet initialized |
16 | MGT_TPL_INVALID_PARAM_ID | The index used is invalid |
17 | MGT_TPL_INVALID_PARAM | The size of the provided value is incorrect |
What | Detail |
---|
Command | AT#GETPARAM=<index> |
Parameters | One of template parameter |
Result codes | #GETPARAM: <value> |
| OK |
| #GETPARAM: -<status> In case of error the status is returned as negative in order to differentiate between a succesful return and an error code |
| ERROR |
Numeric value | Error code | Comment |
---|
1 | MGT_ERROR | Inconsistent parameter length |
4 | MGT_OPERATION_NOT_SUPPORTED_ERR | The operation is not supported |
11 | MGT_NOT_INIT_ERR | Acklio FullSDK has not been yet initialized |
12 | MGT_TPL_NOT_INIT_ERR | The template has not been yet initialized |
What | Detail |
---|
Command | AT#CLRPARAMS |
Parameter | — |
Result codes | #CLRPARAMS: <status> |
| OK |
| ERROR |
Numeric value | Error code | Comment |
---|
11 | MGT_NOT_INIT_ERR | Acklio FullSDK has not been yet initialized |
12 | MGT_TPL_NOT_INIT_ERR | The template has not been yet initialized |