Module consts

Module consts 

Source
Expand description

GVCP protocol constants grouped by semantic area.

Constantsยง

CCP_CONTROL
CCP value claiming exclusive control.
CCP_EXCLUSIVE
CCP value indicating an exclusive owner.
CONTROL_CHANNEL_PRIVILEGE
Address of the Control Channel Privilege (CCP) register.
CONTROL_TIMEOUT
Default timeout for control transactions.
CURRENT_IP_CONFIG
Current IP configuration flags register.
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).
FORCEIP_ACK
Opcode of the FORCEIP acknowledgement.
FORCEIP_COMMAND
Opcode of the FORCEIP command.
GENCP_MAX_BLOCK
Maximum number of bytes we read per GenCP ReadMem operation.
GENCP_WRITE_OVERHEAD
Additional bytes that accompany a GenCP WriteMem block.
MAX_RETRIES
Maximum number of automatic retries for a control transaction.
MESSAGE_DESTINATION_ADDRESS
Address of the SFNC GevMessageChannel0DestinationAddress register.
MESSAGE_DESTINATION_PORT
Address of the SFNC GevMessageChannel0DestinationPort register.
PACKET_RESEND_ACK
Opcode of the packet resend acknowledgement.
PACKET_RESEND_COMMAND
Opcode for requesting packet resends.
PERSISTENT_DEFAULT_GATEWAY
Persistent default gateway register.
PERSISTENT_IP_ADDRESS
Persistent IP address register (4 bytes at the end of a 16-byte block).
PERSISTENT_SUBNET_MASK
Persistent subnet mask register.
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 0 (GigE Vision bootstrap register map).
STREAM_CHANNEL_STRIDE
Stride in bytes between successive stream channel blocks.
STREAM_DESTINATION_ADDRESS
Offset for GevSCDA (stream destination IP address) within a stream channel block.
STREAM_DESTINATION_PORT
Offset for GevSCPHostPort within a stream channel block.
STREAM_PACKET_DELAY
Offset for GevSCPD (packet delay) within a stream channel block.
STREAM_PACKET_SIZE
Offset for GevSCPSPacketSize within a stream channel block.