|
Libraries
|
Structure of information needed for identifier parameters. More...
#include <packet.h>
Public Attributes | |
| packet_zone_type | zone |
| The zone of the packet to find the idenitifer. | |
| identifier_types | type |
| The type of identifier. | |
| bool | default_value_available |
| Is a default value available? | |
| int32_t | default_value |
| Default value (only used if default_value_available = true) | |
| bool | expected_value_available |
| Is an expected value available? | |
| int32_t | expected_value |
| Expected value (only used if expected_value_available = true) | |
Structure of information needed for identifier parameters.