viva-gige 0.2.3

GigE Vision transport: GVCP discovery, GenCP over GVCP, and GVSP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![cfg_attr(docsrs, feature(doc_cfg))]
//! GigE Vision TL: discovery (GVCP), control (GenCP/GVCP), streaming (GVSP).

pub mod action;
pub mod gvcp;
pub mod gvsp;
pub mod message;
pub mod nic;
pub mod stats;
pub mod time;

pub use gvcp::{
    DeviceInfo, GVCP_PORT, GigeDevice, GigeError, discover, discover_all, discover_on_interface,
    force_ip,
};