Expand description
GVCP protocol constants grouped by semantic area.
Constantsยง
- CONTROL_
TIMEOUT - Default timeout for control transactions.
- DISCOVERY_
ACK - Opcode of the discovery acknowledgement.
- DISCOVERY_
BUFFER - Maximum number of bytes captured while listening for discovery responses.
- DISCOVERY_
COMMAND - Opcode of the discovery command.
- EVENT_
NOTIFICATION_ BASE - Base address of the event notification mask (
GevEventNotificationAll). - EVENT_
NOTIFICATION_ STRIDE - Stride between successive event notification mask registers (bytes).
- GENCP_
MAX_ BLOCK - Maximum number of bytes we read per GenCP
ReadMemoperation. - GENCP_
WRITE_ OVERHEAD - Additional bytes that accompany a GenCP
WriteMemblock. - MAX_
RETRIES - Maximum number of automatic retries for a control transaction.
- MESSAGE_
DESTINATION_ ADDRESS - Address of the SFNC
GevMessageChannel0DestinationAddressregister. - MESSAGE_
DESTINATION_ PORT - Address of the SFNC
GevMessageChannel0DestinationPortregister. - PACKET_
RESEND_ ACK - Opcode of the packet resend acknowledgement.
- PACKET_
RESEND_ COMMAND - Opcode for requesting packet resends.
- PORT
- GVCP control port as defined by the GigE Vision specification (section 7.3).
- RETRY_
BASE_ DELAY - Base delay used for retry backoff.
- RETRY_
JITTER - Upper bound for the random jitter added to the retry delay (inclusive).
- STREAM_
CHANNEL_ BASE - Base register for stream channel configuration (GigE Vision 2.1, table 63).
- STREAM_
CHANNEL_ STRIDE - Stride in bytes between successive stream channel blocks.
- STREAM_
DESTINATION_ ADDRESS - Offset for
GevSCPHostIPAddresswithin a stream channel block. - STREAM_
DESTINATION_ PORT - Offset for
GevSCPHostPortwithin a stream channel block. - STREAM_
PACKET_ DELAY - Offset for
GevSCPD(packet delay) within a stream channel block. - STREAM_
PACKET_ SIZE - Offset for
GevSCPSPacketSizewithin a stream channel block.