Gets or sets the device error.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DeviceError As Integer Get Set |
C# |
---|
int DeviceError { get; set; } |
Visual C++ |
---|
property int DeviceError { int get (); void set (int value); } |
JavaScript |
---|
function get_deviceError(); function set_deviceError(value); |