![]() |
WiConnect Host Library- API Reference Guide | ||
Core Types. More...
Classes | |
class | wiconnect::Wiconnect |
The root WiConnect library class. This class inheriets all WiConnect functionality. More... | |
class | wiconnect::Callback |
Generic callback function. More... | |
class | wiconnect::LogFunc |
Logging callback function. More... | |
class | wiconnect::QueuedCommand |
Class which contains command for asynchronous processing. More... | |
class | wiconnect::ReaderFunc |
Generic data reading callback function. More... | |
class | wiconnect::SerialConfig |
Host<->Wiconnect Module serial configuration. More... | |
Typedefs | |
typedef PinName | wiconnect::Pin |
Pin name on HOST. | |
Enumerations | |
enum | wiconnect::WiconnectResult { wiconnect::WICONNECT_ABORTED = 3, wiconnect::WICONNECT_IDLE = 2, wiconnect::WICONNECT_PROCESSING = 1, wiconnect::WICONNECT_SUCCESS = 0, wiconnect::WICONNECT_ERROR = -1, wiconnect::WICONNECT_CMD_RESPONSE_ERROR = -2, wiconnect::WICONNECT_NULL_BUFFER = -3, wiconnect::WICONNECT_NOT_INITIALIZED = -4, wiconnect::WICONNECT_OVERFLOW = -5, wiconnect::WICONNECT_TIMEOUT = -6, wiconnect::WICONNECT_RESPONSE_PARSE_ERROR = -8, wiconnect::WICONNECT_ANOTHER_CMD_EXECUTING = -9, wiconnect::WICONNECT_BAD_ARG = -10, wiconnect::WICONNECT_UNSUPPORTED = -11, wiconnect::WICONNECT_PINNAME_TO_GPIO_MAPPER_NULL = -12, wiconnect::WICONNECT_DUPLICATE = -13, wiconnect::WICONNECT_NOT_FOUND = -14, wiconnect::WICONNECT_PINNAME_TO_GPIO_NO_MAPPING = -15, wiconnect::WICONNECT_NOT_CONNECTED = -16, wiconnect::WICONNECT_UNDERFLOW = -17, wiconnect::WICONNECT_MONITOR_NOT_AVAILABLE = -18, wiconnect::WICONNECT_NOT_OPENED_FOR_READING = -19 } |
API Result code. More... | |
Core Types.
API Result code.
Definition at line 159 of file WiconnectTypes.h.