OWLIFT Library for Android: UsbOwliftDev.Collection Class Reference
OWLIFT Library for Android  1.8.0.0
Top Page
List of all members | Public Member Functions
UsbOwliftDev.Collection Class Reference

Inherits ArrayList< UsbOwliftDev >.

Public Member Functions

 Collection (int capacity)
 
UsbOwliftDev.Collection getDev ()
 

Detailed Description

A list of UsbOwliftDev.

Constructor & Destructor Documentation

◆ Collection()

Collection ( int  capacity)

Constructs the list of UsbOwliftDev.

Parameters
capacitycapacity of list.

Member Function Documentation

◆ getDev()

UsbOwliftDev.Collection getDev ( )

Returns the device list that matched specified USB device class.

Returns
UsbOwliftDev.Collection : list of matched UsbOwliftDev. or empty list if no matched device.