LineDisplay.DeviceDescriptors Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the number of descriptors on this device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DeviceDescriptors As Integer
public abstract int DeviceDescriptors { get; }
public:
virtual property int DeviceDescriptors {
int get () abstract;
}
/** @property */
public abstract int get_DeviceDescriptors ()
public abstract function get DeviceDescriptors () : int
Remarks
If the CapDescriptors property is set to true, then the DeviceDescriptors property is nonzero.
DeviceDescriptors is typically initialized to 0 (zero).
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
LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
LineDisplay.CapDescriptors Property
LineDisplay.SetDescriptor Method
LineDisplay.ClearDescriptors Method