Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
tsGvcpCmdHdr Struct Reference

#include <GigE.h>

Collaboration diagram for tsGvcpCmdHdr:

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...
 

Detailed Description

Note
The multibyte values in this structure will be big endian.

Member Data Documentation

◆ cmnd

uint16_t tsGvcpCmdHdr::cmnd

Command message ID.

◆ flags

uint8_t tsGvcpCmdHdr::flags

Bit wise or of GVCP_FLAG_xxxx bits.

◆ key

uint8_t tsGvcpCmdHdr::key

Should be GVCP_HEADER_KEY (0x42) if it's a real message.

◆ length

uint16_t tsGvcpCmdHdr::length

Length of this message not includeing this header.

◆ req_id

uint16_t tsGvcpCmdHdr::req_id

Request ID generated by the client application. Device returns this value in ACK.


The documentation for this struct was generated from the following file: