Belt.SecurityFlapBackwardOpened Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the Boolean value that indicates whether the security flap in backward direction is open.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SecurityFlapBackwardOpened As Boolean
public abstract bool SecurityFlapBackwardOpened { get; }
public:
virtual property bool SecurityFlapBackwardOpened {
bool get () abstract;
}
/** @property */
public abstract boolean get_SecurityFlapBackwardOpened ()
public abstract function get SecurityFlapBackwardOpened () : boolean
Remarks
If the Boolean value is true, the security flap in backward direction is open. Otherwise, it is closed. An appropriate StatusUpdateEvent event indicates that a status change will be enqueued.
If the CapSecurityFlapBackward 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.