PosExplorer.GetDevices Method (String)

2/27/2008

Retrieves all POS devices of the specified type.

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

Syntax

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

Parameters

  • type
    A string that contains one of the 36 POS device types, as defined by the DeviceType helper class.

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