PosExplorer.GetDevices Method ()
2/27/2008
Returns a collection of all POS devices currently installed in the system.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Function GetDevices As DeviceCollection
public DeviceCollection GetDevices ()
public:
DeviceCollection^ GetDevices ()
public DeviceCollection GetDevices ()
public function GetDevices () : DeviceCollection
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
PosExplorer.GetDevice Method