DeviceImageIsDisconnected Property

CVB.Net Documentation
Gets whether this image is now standalone (not connected to a device anymore.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool IsDisconnected { get; }

Property Value

Type: Boolean
Remarks

Disconnected images point to the last acquired image in the device's ring buffer. But no other access is possible on these kind of images.
See Also

Reference