PosExplorer.GetDevices Method (String, DeviceCompatibilities)

2/27/2008

Retrieves all POS devices of the specified type and compatibility (or version).

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

Syntax

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

Parameters

  • type
    A string that contains one of the 36 POS device types, as defined by the DeviceType helper class.
  • 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