The thread network data
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, | The thread network data |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| length | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| max_length | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| net_data_on_mesh_prefixes | list, tuple, | tuple, | [optional] | |
| net_data_routes | list, tuple, | tuple, | [optional] | |
| net_data_services | list, tuple, | tuple, | [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] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| XiqThreadNetDataPrefix | XiqThreadNetDataPrefix | XiqThreadNetDataPrefix |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| XiqThreadNetDataRoute | XiqThreadNetDataRoute | XiqThreadNetDataRoute |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| XiqThreadNetDataService | XiqThreadNetDataService | XiqThreadNetDataService |