Class SmartDashboard
Inheritance
SmartDashboard
Assembly: WPILibSharp.dll
Syntax
public static class SmartDashboard
Methods
|
Improve this Doc
View Source
ContainsKey(String)
Declaration
public static bool ContainsKey(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
|
Improve this Doc
View Source
GetEntry(String)
Declaration
public static NetworkTableEntry GetEntry(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
|
Improve this Doc
View Source
GetKeys()
Declaration
public static HashSet<string> GetKeys()
Returns
|
Improve this Doc
View Source
GetKeys(NtType)
Declaration
public static HashSet<string> GetKeys(NtType types)
Parameters
Type |
Name |
Description |
NtType |
types |
|
Returns
|
Improve this Doc
View Source
IsPersistent(String)
Declaration
public static bool IsPersistent(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
|
Improve this Doc
View Source
PutNumber(String, Double)
Declaration
public static bool PutNumber(string key, double value)
Parameters
Returns
|
Improve this Doc
View Source
SetPersistent(String)
Declaration
public static void SetPersistent(string key)
Parameters
Type |
Name |
Description |
String |
key |
|