Datalogic .NET SDK

DecodeErrorCode(Enumeration)

 

Syntax

 

   public enum DecodeErrorCode: uint

   {

      ParamIndex    = 0xA0A00000,

      ParamMin      = 0xA0A00001,

      ParamMax      = 0xA0A00002,

      ParamTrigBusy = 0xA0A00003,

      ParamTooManyMonitors = 0xA0A00004

   }

 

 

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

Description

When any of the decoding methods returns an error, calling System.Runtime.InteropServices.Marshal.GetLastWin32Error() will return additional error information. The returned value can be casted into one of the following enumerations.

 

 

Name

Value

Description

ParamIndex

0xA0A00000

Parameter index is not supported.

ParamMin

0xA0A00001

Parameter value is too low.

ParamMax

0xA0A00002

Parameter value is too high.

ParamTrigBusy

0xA0A00003

Triggering is already active for the device.

ParamTooManyMonitors

0xA0A00004

More than 255 monitor requests exist.

 

 

See Also

System.Runtime.InteropServices.Marshal.GetLastWin32Error.

 

 

Copyright © Datalogic ADC. All Right Reserved