Share via


PointCardRW.CardState Property

2/27/2008

Gets the point card state.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CardState As PointCardState
public abstract PointCardState CardState { get; }
public:
virtual property PointCardState CardState {
    PointCardState get () abstract;
}
/** @property */
public abstract PointCardState get_CardState ()
public abstract function get CardState () : PointCardState

Remarks

Valid values are defined by the PointCardState enumeration.

If the CapCardEntranceSensor property is true, the current card entrance sensor status is stored in the CardState property.

NoCard is always set when the CapCardEntranceSensor property is false.

The CardState property 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
PointCardRW.CapCardEntranceSensor Property