GetAllDevices Method

PPJoy

Enumerates all defined PPJoy Devices.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Function GetAllDevices As Device()
C#
public Device[] GetAllDevices()
Visual C++
public:
array<Device^>^ GetAllDevices()

Return Value

An array of Device objects, where each element in the array represents a single defined PPJoy Device.

See Also