Typedefs | |
typedef void * | GEVIFACELIST |
Handle of a logical interface list object. More... | |
typedef void * | GEVSRV |
Handle of a GEV Server object. More... | |
typedef void * | GSNODE |
Handle of a server GenApi Node object. More... | |
Handle of a logical interface list object.
It represents a snapshot from the available interfaces at the point in time when CreateInterfaceList was called. There can be more than one interface object as this just represents a snap shot.
Handle of a GEV Server object.
There can be only as many started servers (see GSStartIPv4) as logical interfaces are available (there is at most one server per logical interface due to the reserved GVCP port).
Handle of a server GenApi Node object.
Nodes are available in various flavors and define high level features or helper/calculator nodes of a device. See the related topics for the various create functions. The actual type of a GSNODE can be obtained by calling the GSNType function.