![]() |
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <GigE.h>
Public Attributes | |
| uint8_t | key |
| Should be GVCP_HEADER_KEY (0x42) if it's a real message. More... | |
| uint8_t | flags |
| Bit wise or of GVCP_FLAG_xxxx bits. More... | |
| uint16_t | cmnd |
| Command message ID. More... | |
| uint16_t | length |
| Length of this message not includeing this header. More... | |
| uint16_t | req_id |
| Request ID generated by the client application. Device returns this value in ACK. More... | |
| uint16_t tsGvcpCmdHdr::cmnd |
Command message ID.
| uint8_t tsGvcpCmdHdr::flags |
Bit wise or of GVCP_FLAG_xxxx bits.
| uint8_t tsGvcpCmdHdr::key |
Should be GVCP_HEADER_KEY (0x42) if it's a real message.
| uint16_t tsGvcpCmdHdr::length |
Length of this message not includeing this header.
| uint16_t tsGvcpCmdHdr::req_id |
Request ID generated by the client application. Device returns this value in ACK.