PosExplorer.GetDevices Method (DeviceCompatibilities)

2/27/2008

Retrieves all POS devices currently installed in the system, based on a compatibility level (or version number).

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

Syntax

'Declaration
Public Function GetDevices ( _
    compatibility As DeviceCompatibilities _
) As DeviceCollection
public DeviceCollection GetDevices (
    DeviceCompatibilities compatibility
)
public:
DeviceCollection^ GetDevices (
    DeviceCompatibilities compatibility
)
public DeviceCollection GetDevices (
    DeviceCompatibilities compatibility
)
public function GetDevices (
    compatibility : DeviceCompatibilities
) : DeviceCollection

Parameters

  • compatibility
    DeviceCompatibilities enumeration that indicates compatibility level.

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

PosExplorer Class
PosExplorer Members
Microsoft.PointOfService Namespace