Belt.LightBarrierBackwardInterrupted Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the Boolean value that indicates whether the light barrier in backward direction is interrupted.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LightBarrierBackwardInterrupted As Boolean
public abstract bool LightBarrierBackwardInterrupted { get; }
public:
virtual property bool LightBarrierBackwardInterrupted {
bool get () abstract;
}
/** @property */
public abstract boolean get_LightBarrierBackwardInterrupted ()
public abstract function get LightBarrierBackwardInterrupted () : boolean
Remarks
If the Boolean value is true, the light barrier in backward direction is interrupted. Otherwise, it is false. An appropriate StatusUpdateEvent event indicates that a status change will be enqueued.
If the CapLightBarrierBackward property is false, this property is always false.
This property is initialized and kept current 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.