Share via


ItemDispenser.CapIndividualSlotStatus Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates whether the Item Dispenser can report an individual status for each slot.

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

Syntax

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

Remarks

The Boolean value of true indicates that the Item Dispenser can report an individual status for each slot.

An individual status can be only reported if the device supports multiple slots. Therefore, if the CapIndividualSlotStatus property is true, then it is implied that the MaxSlots property is greater than one (1).

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

ItemDispenser Class
ItemDispenser Members
Microsoft.PointOfService Namespace