Trigger.ButtonScheduler| Constructor and Description |
|---|
NetworkButton(edu.wpi.first.wpilibj.networktables.NetworkTable table,
String field) |
NetworkButton(String table,
String field) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get()
Returns whether or not the trigger is active
This method will be called repeatedly a command is linked to the Trigger.
|
cancelWhenPressed, toggleWhenPressed, whenPressed, whenReleased, whileHeldcancelWhenActive, getSmartDashboardType, getTable, initTable, toggleWhenActive, whenActive, whenInactive, whileActivepublic NetworkButton(edu.wpi.first.wpilibj.networktables.NetworkTable table,
String field)
Copyright © 2015. All rights reserved.