Share via


Belt.LightBarrierForwardInterrupted Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the Boolean value that indicates whether the light barrier in forward direction is interrupted.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property LightBarrierForwardInterrupted As Boolean
public abstract bool LightBarrierForwardInterrupted { get; }
public:
virtual property bool LightBarrierForwardInterrupted {
    bool get () abstract;
}
/** @property */
public abstract boolean get_LightBarrierForwardInterrupted ()
public abstract function get LightBarrierForwardInterrupted () : boolean

Remarks

If the Boolean value is true, the light barrier in forward direction is interrupted. Otherwise, it is false. An appropriate StatusUpdateEvent event indicates that a status change will be enqueued.

If the CapLightBarrierForward 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.

See Also

Reference

Belt Class
Belt Members
Microsoft.PointOfService Namespace