PointCardRW.WriteState Property
2/27/2008
Gets write state information for Track1 through Track6.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property WriteState As PointCardReadWriteStates
public abstract PointCardReadWriteStates WriteState { get; }
public:
virtual property PointCardReadWriteStates WriteState {
PointCardReadWriteStates get () abstract;
}
/** @property */
public abstract PointCardReadWriteStates get_WriteState ()
public abstract function get WriteState () : PointCardReadWriteStates
Remarks
Valid values are defined by the PointCardReadWriteStates enumeration.
The service object sets the WriteState property immediately before it notifies the ErrorEvent event.
WriteState is set and kept current by the service object while the device is enabled.
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
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace