PointCardRW.CapCardEntranceSensor Property
Indicates the device has an entrance sensor.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Usage
'Usage
Dim pointCardRW1 As PointCardRW
Dim returnValue As Boolean
returnValue = pointCardRW1.CapCardEntranceSensor
Syntax
'Declaration
Public MustOverride ReadOnly Property CapCardEntranceSensor() As Boolean
public abstract bool CapCardEntranceSensor {get;}
public: property virtual Boolean CapCardEntranceSensor{
Boolean get();
}
public abstract boolean get_CapCardEntranceSensor();
public abstract function get CapCardEntranceSensor() : Boolean;
Remarks
If TRUE, the Point Card Reader/Writer has an entrance sensor; otherwise, FALSE.
CapCardEntranceSensor is typically initialized to FALSE. It should then be 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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace