Pleora Technologies Inc. eBUS SDK v6.2.8.5877 API



PvDeviceEnums.h File Reference

PvDevice library enumerations. More...

Go to the source code of this file.

Enumerations

Detailed Description

PvDevice library enumerations.

Enumeration Type Documentation

GigE Vision device access type.

The PvAccessType indicates whether (and to what degree) a second PC can connect to a GigE Vision device after the first one connects. The GigE Vision device stores the value in the GenICam GevCCP feature.

The value can be set at connection time using PvDevice::Connect (recommended) or altered using the GenICam GevCCP feature, programmatically or through a GenICam browser dialog.

Enumerator
PvAccessUnknown 

Value not known; indeterminate. You can't set this value with PvDevice::Connect.

PvAccessOpen 

Open access; the GigE Vision device isn't connected to any other PC. You can't set this value with PvDevice::Connect.

PvAccessControl 

Shared access; a main controller has read-write access to the device and any other PvDevice can have read-only access to the device.

See also
PvAccessReadOnly
PvAccessExclusive 

Exclusive access. The controller has full read-write access and any other requests but discovery or resent packets are denied.

PvAccessReadOnly 

Can be used with PvDevice::Connect when requesting read-only access to a device currently on PvAccessOpen or PvAccessControl.

Action command status enum.

Enumerator
PvActionAckStatusOK 

The action command was received and executed with success.

PvActionAckStatusLate 

The schedule action command was received after it was supposed to be executed.

PvActionAckStatusOverflow 

The action command was dropped as too many action commands were already queued on the device.

PvActionAckStatusNoRefTime 

The scheduled action command could not be synchronized as a reference time was not available.


Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com