Scanner.DecodeData Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets or sets a Boolean value that indicates whether the data can be decoded.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property DecodeData As Boolean
public abstract bool DecodeData { get; set; }
public:
virtual property bool DecodeData {
bool get () abstract;
void set (bool value) abstract;
}
/** @property */
public abstract boolean get_DecodeData ()
/** @property */
public abstract void set_DecodeData (boolean value)
public abstract function get DecodeData () : boolean
public abstract function set DecodeData (value : boolean)
Remarks
When the application sets DecodeData to true, the Service Object decodes the value of the ScanData property and puts the decoded data in the ScanDataLabel and ScanDataType properties.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
Scanner Class
Scanner Members
Microsoft.PointOfService Namespace
ScanDataLabel
ScanDataType