Impact Acquire SDK Python
|
A base class for device manager related exceptions. More...
Public Member Functions | |
__init__ (self, errorString, errorOrigin, errorCode) | |
Creates a new mvIMPACT.acquire.EDeviceManager object. | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A base class for device manager related exceptions.
__init__ | ( | self, | |
errorString, | |||
errorOrigin, | |||
errorCode ) |
Creates a new mvIMPACT.acquire.EDeviceManager object.
errorString | [in] The error string. |
errorOrigin | [in] The error origin. |
errorCode | [in] The error code. |
Reimplemented from ImpactAcquireException.
|
static |