'Declaration Public Function GetDevice( _
ByVal indexThe zero-based index of the device.As Integer _
) As SaneLocalDevice
public SaneLocalDevice GetDevice(
int index
)
public: SaneLocalDevice* GetDevice(
int index
)
public:
SaneLocalDevice^ GetDevice(
int index
)
Parameters
- index
- The zero-based index of the device.
Return Value
The device at the specified index.