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.
| 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 ... |