#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
U8 | nProfileId |
U32 | nLengthPriDns |
BYTE | byPriDns [LENGTH_IPAddress] |
U32 | nLengthSecDns |
BYTE | bySecDns [LENGTH_IPAddress] |
BYTE SWI_STRUCT_GsmProfileDns::byPriDns[LENGTH_IPAddress] |
A binary representation of the primary DNS. Ex. 0x7F000201 is 127.0.2.1.
BYTE SWI_STRUCT_GsmProfileDns::bySecDns[LENGTH_IPAddress] |
A binary representation of the secondary DNS (Ex. 0x7F000201 is 127.0.2.1.)
Length of the primary DNS address. Valid range is 0-16. 0 indicates no DNS address present and in this case the modem will solicit a network-supplied DNS address.
Length of the primary DNS address. Valid range is 0-16. 0 indicates no DNS address present and in this case the modem will solicit a network-supplied DNS address.
Profile ID. Valid range is 1-16.
The size, in bytes, of this structure.