Share via


Micr.Epc Property

2/27/2008

Gets the Extended Processing Code ("EPC") field.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Epc As String
public abstract string Epc { get; }
public:
virtual property String^ Epc {
    String^ get () abstract;
}
/** @property */
public abstract String get_Epc ()
public abstract function get Epc () : String

Remarks

The string that contains the EPC field is parsed from the most recently read MICR data. If the field is present, the string contains a single character 0 though 9. If the field is not present, the string is empty ("").

EPC is set and kept current by the service object while the device is enabled. EPC is set before a DataEvent event is sent to the application.

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

Micr Class
Micr Members
Microsoft.PointOfService Namespace
RawData
DataEvent