▼Common middleware utilities | |
▼Middleware utilities enumerated types | Cypress middleware APIs return results of type cy_rslt_t and comprise of three parts: |
generic middleware results/error codes | List of all the generic result/error codes defined by the connectivity-utilities library |
TCP/IP socket results/error codes | List of all the socket result/error codes defined by the connectivity-utilities library |
TLS results/error codes | List of all the TLS result/error codes defined by the connectivity-utilities library |
▼Logging utilities | A logging subsystem that allows run time control for the logging level |
Logging enumerated types | Documentation of the enums provided by logging utility |
Logging data structures | Documentation of the typedefs defined by the logging utility |
Logging functions | A logging subsystem provides a set of helper functions to manage logging in the application |
▼JSON parser utilities | The JSON format is often used for serializing and transmitting structured data over a network connection |
JSON parser enumerated types | Documentation of all the enums provided by JSON parser utility library |
JSON parser data structures | Documentation of the data structures defined and used by JSON parser utility library |
JSON parser functions | The JSON parser utility library provides helper functions to parse JSON objects |
JSON parser snippets | |
▼Linked list utilities | This is a generic linked list library with helper functions to add, insert, delete and find nodes in a list |
Linked list data structures | Documentation of data structures and typedefs provided by the linked list utility |
Linked list functions | This is a generic linked list library with helper functions to add, insert, delete and find nodes in a list |
▼Network helper utilities | This is a collection of network helper functions to fetch IPv4 address of the local device, notify IPv4 address change via callback and conversion utilities |
Network helper enumerated types | This provides the documentation of all the enums provided by this utility |
Network helper data structures | Lists all the data structures and typedefs provided with the network helper utility along with the documentation |
Network helper functions | This is a collection of network helper functions which would be used by various Cypress Middleware libraries |
▼String conversion utilities | The string utilities module is a collection of string conversion helpers to convert between integer and strings |
String conversion functions | The string utilities module is a collection of string conversion helpers to convert between integer and strings |