The result of decoding a symbol.
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.ID CogIDResultDecoded
Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 75.1.0.0
Syntax
The CogIDResultDecoded type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogIDResultDecoded |
Constructs a new instance of this class.
| |
| CogIDResultDecoded(CogIDResultDecoded) |
Constructs a new instance of this class as a deep copy
of the given instance.
|
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose |
Destruct this CogIDResultDecoded.
| |
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Finalize this CogIDResultDecoded.
(Overrides Object Finalize .) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData |
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.) | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DecodedString | The decoded data as a Unicode string.
| |
| IdentifierCode |
ISO/IEC 15424:2000 symbol identifier code character. A = Code 39,
C = Code 128, E = UPC/EAN, I = Interleaved 2 of 5, G = Code 93,
e = RSS, X = other bar codes.
| |
| IdentifierModifier |
ISO/IEC 15424:2000 symbol identifier modifier character. Useful in
uniquely identifying the symbology.
| |
| Mirrored |
The mirrored state of this symbol.
| |
| ProcessControlMetricsAIMDPM |
AIM-DPM process control metrics. This property will be
null if these metrics were not requested or could not be
computed. This property is only meaningfull for certain
DataMatrix or QRCode symbologies.
| |
| ProcessControlMetricsISO15415 |
ISO15415 process control metrics. This property will be
null if these metrics were not requested or could not be
computed. This property is only meaningfull for certain
DataMatrix or QRCode symbologies.
| |
| ProcessControlMetricsSEMIT10 |
SEMIT10 process control metrics. This property will be
null if these metrics were not requested or could not be
computed. This property is only meaningfull for certain
DataMatrix symbologies.
| |
| RawByteArray |
The decoded data as a raw array of bytes. No localization
is performed.
| |
| Symbology |
The type of this symbol. May be Interleaved 2 of 5, Code 39, Code 93,
Code128, UPC/EAN, 4-State, POSTNET, PLANET, DataBar, Composite
DataMatrix, QR code or EAN/UCC Composite.
| |
| SymbologySubtype |
The actual type of this symbol. Valid for UPC/EAN, DataBar and 4-State.
Always use with Symbology together to determine the actual type of the
decoded symbol. A Value 0 indicates that the symbology doesn't have
different types.
|
See Also