This represents the options for location packet capture.
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, | This represents the options for location packet capture. |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| direction | XiqCaptureDirectionSelection | XiqCaptureDirectionSelection | [optional] | |
| radio | XiqCaptureRadioSelection | XiqCaptureRadioSelection | [optional] | |
| wired_interface | XiqCaptureWiredSelection | XiqCaptureWiredSelection | [optional] | |
| wireless_band | XiqCaptureBandSelection | XiqCaptureBandSelection | [optional] | |
| wired_filters | list, tuple, | tuple, | The list of pre-defined wired filters for packet capture | [optional] |
| wireless_filters | list, tuple, | tuple, | The list of pre-defined wireless filters for packet capture | [optional] |
| any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |
The list of pre-defined wired filters for packet capture
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, | The list of pre-defined wired filters for packet capture |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| XiqWiredFilterType | XiqWiredFilterType | XiqWiredFilterType |
The list of pre-defined wireless filters for packet capture
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, | The list of pre-defined wireless filters for packet capture |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| XiqWirelessFilterType | XiqWirelessFilterType | XiqWirelessFilterType |