Version of a peripheral or module.
Version of a peripheral or module. It's the type returned by any GET_VERSION IOCTL command.
Version fields that are not supported or applicable will be set to ENET_VERSION_NONE.
Data Fields | |
uint32_t | maj |
uint32_t | min |
uint32_t | rtl |
uint32_t | id |
uint32_t | other1 |
uint32_t | other2 |
uint32_t Enet_Version::maj |
Major version
uint32_t Enet_Version::min |
Minor version
uint32_t Enet_Version::rtl |
RTL version
uint32_t Enet_Version::id |
Identification
uint32_t Enet_Version::other1 |
Other version value. No specific definition enforced
uint32_t Enet_Version::other2 |
Other version value. No specific definition enforced