#include <wds.h>
|
uint8_t | is_ipv4_throttled |
|
uint8_t | is_ipv6_throttled |
|
uint8_t | is_non_ip_throttled |
|
uint32_t | remaining_ipv4_throttled_time |
|
uint32_t | remaining_ipv6_throttled_time |
|
uint32_t | remaining_non_ip_throttled_time |
|
uint8_t | apn_string_len |
|
char | ApnName [MAX_APN_STRING] |
|
This structure contains the WdsPDNThrottleInformation Information
- Parameter values default to their data type's maximum unsigned value unless explicitly stated otherwise.
- Parameters
-
is_ipv4_throttled |
- Values: 0 - IPv4 not throttled 1 - IPv4 throttled.
|
is_ipv6_throttled |
- Values: 0 - IPv6 not throttled 1 - IPv6 throttled.
|
is_non_ip_throttled |
- Values: 0 - NON_IP not throttled 1 - NON_IP throttled.
|
remaining_ipv4_throttled_time |
- Remaining IPv4 throttled time in milliseconds.
|
remaining_ipv6_throttled_time |
- Remaining IPv6 throttled time in milliseconds.
|
remaining_non_ip_throttled_time |
- Remaining NON_IP throttled time in milliseconds.
|
apn_string_len |
- Number of sets of the apn_string.
|
ApnName |
|
The documentation for this struct was generated from the following file: