User Manual
Returns a string containing the internal name associated with the supplied 32-bit error code.
Command Enum: SDEP_CMD_ERROR_STRING
Command ID: 0x0006
Added: Codebase 0.5.0
Parameters: None.
Error ID
Indicates the specific error code to be converted to it's internal string representation.
Mandatory: Yes
Size: 4 bytes
Type: uint32_t
Response Message:
If a valid error code is provided, a string representing the enum associated with that value will be returned.
Return Code(s):
ERROR_NONE if the command executed properly.
ERROR_SDEP_INVALIDPARAMETER if an invalid number of parameters is provided.
Generate Random Number (0x0101)
Generates a random 32-bit value using the hardware random number generator on the STM32F2 MCU.
Command Enum: SDEP_CMD_RANDOMNUMBER
Command ID: 0x0101
Added: Codebase 0.5.0
Parameters: None.
Return Code(s):
A 32-bit number generated via the hardware random number generator.
Return Code(s)
ERROR_NONE if the command executed properly.
ERROR_SDEP_INVALIDPARAMETER if an invalid number of parameters is provided.
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 175 of 202










