Connectivity Middleware Utilities Library
API Reference
The following provides a list of driver API documentation
[detail level 123]
 Common middleware utilities
 Middleware utilities enumerated typesCypress middleware APIs return results of type cy_rslt_t and comprise of three parts:
 generic middleware results/error codesList of all the generic result/error codes defined by the connectivity-utilities library
 TCP/IP socket results/error codesList of all the socket result/error codes defined by the connectivity-utilities library
 TLS results/error codesList of all the TLS result/error codes defined by the connectivity-utilities library
 Logging utilitiesA logging subsystem that allows run time control for the logging level
 Logging enumerated typesDocumentation of the enums provided by logging utility
 Logging data structuresDocumentation of the typedefs defined by the logging utility
 Logging functionsA logging subsystem provides a set of helper functions to manage logging in the application
 JSON parser utilitiesThe JSON format is often used for serializing and transmitting structured data over a network connection
 JSON parser enumerated typesDocumentation of all the enums provided by JSON parser utility library
 JSON parser data structuresDocumentation of the data structures defined and used by JSON parser utility library
 JSON parser functionsThe JSON parser utility library provides helper functions to parse JSON objects
 JSON parser snippets
 Linked list utilitiesThis is a generic linked list library with helper functions to add, insert, delete and find nodes in a list
 Linked list data structuresDocumentation of data structures and typedefs provided by the linked list utility
 Linked list functionsThis is a generic linked list library with helper functions to add, insert, delete and find nodes in a list
 Network helper utilitiesThis 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 typesThis provides the documentation of all the enums provided by this utility
 Network helper data structuresLists all the data structures and typedefs provided with the network helper utility along with the documentation
 Network helper functionsThis is a collection of network helper functions which would be used by various Cypress Middleware libraries
 String conversion utilitiesThe string utilities module is a collection of string conversion helpers to convert between integer and strings
 String conversion functionsThe string utilities module is a collection of string conversion helpers to convert between integer and strings