edu.wpi.first.wpilibj.buttons
Class NetworkButton
java.lang.Object
   edu.wpi.first.wpilibj.buttons.Trigger
edu.wpi.first.wpilibj.buttons.Trigger
       edu.wpi.first.wpilibj.buttons.Button
edu.wpi.first.wpilibj.buttons.Button
           edu.wpi.first.wpilibj.buttons.NetworkButton
edu.wpi.first.wpilibj.buttons.NetworkButton
- All Implemented Interfaces: 
- Sendable
- public class NetworkButton 
- extends Button
- Author:
- Joe
 
 
 
| Method Summary | 
|  boolean | get()Returns whether or not the trigger is active
 This method will be called repeatedly a command is linked to the Trigger.
 | 
 
 
 
 
NetworkButton
public NetworkButton(String table,
                     String field)
NetworkButton
public NetworkButton(NetworkTable table,
                     String field)
get
public boolean get()
- Description copied from class: Trigger
- Returns whether or not the trigger is active
 This method will be called repeatedly a command is linked to the Trigger.
 
- 
- Specified by:
- getin class- Trigger
 
- 
- Returns:
- whether or not the trigger condition is active.
 
"For updated information see the Java FRC site"