|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmNetwork.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint32 | nProfileId |
| swi_uint32 | nIpLength |
| swi_uint8 | byIp [LENGTH_IPAddress] |
This structure contains an IP address.
| swi_uint8 SWI_STRUCT_IpAddress::byIp[LENGTH_IPAddress] |
IP address. Example of an IPV4 address is 0x7F000201 which means 127.0.2.1.
| swi_uint32 SWI_STRUCT_IpAddress::nIpLength |
Length of the IP address
| swi_uint32 SWI_STRUCT_IpAddress::nProfileId |
Profile ID.
| swi_uint32 SWI_STRUCT_IpAddress::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.