Enum PvAccessType
PvDevice library enumerations.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public enum PvAccessType
Fields
| Name | Description |
|---|---|
| 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. |
| PvAccessOpen | Open access; the GigE Vision device isn't connected to any other PC. You can't set this value with #PvDevice::Connect. |
| PvAccessReadOnly | Can be used with #PvDevice::Connect when requesting read-only access to a device currently on #PvAccessOpen or #PvAccessControl. |
| PvAccessUnknown | Value not known; indeterminate. You can't set this value with #PvDevice::Connect. |