Interface RemoteControlsPage

All Superinterfaces:
DeleteableObject, ParameterBank
All Known Subinterfaces:
CursorRemoteControlsPage

public interface RemoteControlsPage extends ParameterBank, DeleteableObject
Represents a page of remote controls in a device.
Since:
API version 2
  • Method Details

    • getParameter

      RemoteControl getParameter(int indexInBank)
      Description copied from interface: ParameterBank
      Returns the parameter at the given index within the bank.
      Specified by:
      getParameter in interface ParameterBank
      Parameters:
      indexInBank - the parameter index within this bank. Must be in the range [0..getParameterCount()-1].
      Returns:
      the requested parameter
    • getName

      StringValue getName()
      Since:
      API version 4