NMS TCAP uses the following conventions for data types:
TCAP type |
C implementation |
Description |
U8 |
unsigned char |
unsigned 8-bit quantity |
U16 |
unsigned short |
unsigned 16-bit quantity |
S16 |
short |
signed 16-bit quantity |
U32 |
unsigned long |
unsigned 32-bit quantity |
S32 |
long |
signed 32-bit quantity |