Class MatchInfoData
java.lang.Object
org.wpilib.hardware.hal.MatchInfoData
Structure for holding the match info data request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionStores the event name.intStores the match number.intStores the match type.intStores the replay number. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
eventName
-
matchNumber
Stores the match number. -
replayNumber
Stores the replay number. -
matchType
Stores the match type.
-
-
Constructor Details
-
MatchInfoData
public MatchInfoData()Default constructor.
-
-
Method Details
-
setData
-