unsigned short EMB_UInt16
An unsigned 16-bit integer.
Definition: EmbTypes.h:48
unsigned char EMB_UInt8
An unsigned 8-bit byte.
Definition: EmbTypes.h:43
int EMB_Result
Signed integer value representing a function or method result (return value).
Definition: EmbTypes.h:38
signed int EMB_Int32
A 32-bit signed integer.
Definition: EmbTypes.h:74
EMB_UInt32 EMB_Size
An unsigned integer used to represent a measurable quantity (e.g., the size of an EMBB packet)...
Definition: EmbTypes.h:69
bool EMB_Bool
A boolean value which can be either true or false.
Definition: EmbTypes.h:79
long long int EMB_Int64
A signed 64-bit integer.
Definition: EmbTypes.h:63
unsigned long long EMB_UInt64
An unsigned 64-bit integer.
Definition: EmbTypes.h:58
unsigned int EMB_UInt32
An unsigned 32-bit integer.
Definition: EmbTypes.h:53