Module gvcp

Module gvcp 

Source
Expand description

GVCP control plane utilities.

Re-exports§

pub use consts::PORT as GVCP_PORT;

Modules§

consts
GVCP protocol constants grouped by semantic area.

Structs§

DeviceInfo
Information returned by GVCP discovery packets.
GigeDevice
GVCP device handle.
GvcpAckHeader
GVCP acknowledgement header wrapper.
GvcpRequestHeader
GVCP request header.
StreamParams
Stream negotiation outcome describing the values written to the device.

Enums§

GigeError
Errors that can occur when operating the GVCP control path.

Functions§

discover
Discover GigE Vision devices on the local network by broadcasting a GVCP discovery command.
discover_on_interface
Discover devices only on the specified interface name.