PvDevice library enumerations. More...
Go to the source code of this file.
Enumerations | |
enum | PvAccessType { PvAccessUnknown = 0, PvAccessOpen, PvAccessControl, PvAccessExclusive, PvAccessReadOnly } |
GigE Vision device access type. More... | |
enum | PvActionAckStatusEnum { PvActionAckStatusOK = 0, PvActionAckStatusLate = 1, PvActionAckStatusOverflow = 2, PvActionAckStatusNoRefTime = 3 } |
Action command status enum. More... | |
PvDevice library enumerations.
enum PvAccessType |
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.
|
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.
Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com