ArvGcPort
ArvGcPort — Class for Port nodes
|
|
Functions
arv_gc_port_new ()
ArvGcNode *
arv_gc_port_new (void
);
arv_gc_port_read ()
void
arv_gc_port_read (ArvGcPort *port
,
void *buffer
,
guint64 address
,
guint64 length
,
GError **error
);
arv_gc_port_write ()
void
arv_gc_port_write (ArvGcPort *port
,
void *buffer
,
guint64 address
,
guint64 length
,
GError **error
);
arv_gc_set_default_node_data ()
void
arv_gc_set_default_node_data (ArvGc *genicam
,
const char *node_name
,
...
);
Types and Values
ArvGcPort
typedef struct _ArvGcPort ArvGcPort;