Share via


ElectronicValueRW.CapCardSensor Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a bitmask that indicates the types of card detection that are supported.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapCardSensor As CardDetectionTypes
public abstract CardDetectionTypes CapCardSensor { get; }
public:
virtual property CardDetectionTypes CapCardSensor {
    CardDetectionTypes get () abstract;
}
/** @property */
public abstract CardDetectionTypes get_CapCardSensor ()
public abstract function get CapCardSensor () : CardDetectionTypes

Remarks

When the sensor exists, the detection is set to the DetectionStatus property and a StatusUpdateEvent event is delivered.

This property is set to the logical value.

This property is initialized by the Open method.

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

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace