EBarCode::GetDecodedSymbology

Returns the identifier of one of the symbologies that were successfully decoded.

Namespace: Euresys::Open_eVision_2_11

[C++]

Euresys::Open_eVision_2_11::ESymbologies GetDecodedSymbology(
   OEV_UINT32 index
)

Parameters

index

Index of the specified symbology (range 0 to NumDecodedSymbologies-1).

Remarks

The desired symbology is specified by its ranking index (range 0 to NumDecodedSymbologies-1). The symbologies that were successfully decoded are ranked by decreasing likeliness.

EBarCode.GetDecodedSymbology

Returns the identifier of one of the symbologies that were successfully decoded.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.ESymbologies GetDecodedSymbology(
   uint index
)

Parameters

index

Index of the specified symbology (range 0 to NumDecodedSymbologies-1).

Remarks

The desired symbology is specified by its ranking index (range 0 to NumDecodedSymbologies-1). The symbologies that were successfully decoded are ranked by decreasing likeliness.