Control Surface API  3.0.3
HardwareDeviceMatcherList Class Reference

Public Member Functions

void add (final HardwareDeviceMatcher...deviceMatchers)
 
int getCount ()
 
HardwareDeviceMatcher[] getHardwareDeviceMatchersAt (final int index)
 
List< HardwareDeviceMatcher[]> getList ()
 

Detailed Description

Defines a list of all the hardware devices that a controller needs.

Since
API version 7

Definition at line 12 of file HardwareDeviceMatcherList.java.

Member Function Documentation

void add ( final HardwareDeviceMatcher...  deviceMatchers)

Adds information about a hardware device that is needed and how it can be matched. The hardware device will need to match at least one of the supplied matchers.

For each entry added to this list the user will see a device chooser that lets them select an appropriate device. The information added here is also used for auto detection purposes.

Definition at line 21 of file HardwareDeviceMatcherList.java.

int getCount ( )

The number of hardware devices in the list.

Definition at line 27 of file HardwareDeviceMatcherList.java.


The documentation for this class was generated from the following file: