API data descriptions for the C Wrapper

Learn the client API data structures available for the C Wrapper

Following are the naming conventions used to describe the EntireX RPC API data structures.

Table 1. Naming conventions
Naming Convention Data Type
ulXXXXX unsigned long
usXXXXX unsigned short
uXXXXX unsigned ... (predefined types such as ptrdiff_t)
szXXXXX zero terminated string
pXXXXX pointer to ...