Interface IShuffleboardValue
Namespace: WPILib.Shuffleboard
Assembly: WPILibSharp.dll
Syntax
public interface IShuffleboardValue
Properties
| Improve this Doc View SourceTitle
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceBuildInto(NetworkTable, NetworkTable)
Declaration
void BuildInto(NetworkTable parentTable, NetworkTable metaTable)
Parameters
Type | Name | Description |
---|---|---|
NetworkTable | parentTable | |
NetworkTable | metaTable |