Show / Hide Table of Contents

Class SmartDashboard

Inheritance
Object
SmartDashboard
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib.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
Type Description
Boolean
| Improve this Doc View Source

GetEntry(String)

Declaration
public static NetworkTableEntry GetEntry(string key)
Parameters
Type Name Description
String key
Returns
Type Description
NetworkTableEntry
| Improve this Doc View Source

GetKeys()

Declaration
public static HashSet<string> GetKeys()
Returns
Type Description
HashSet<String>
| Improve this Doc View Source

GetKeys(NtType)

Declaration
public static HashSet<string> GetKeys(NtType types)
Parameters
Type Name Description
NtType types
Returns
Type Description
HashSet<String>
| Improve this Doc View Source

IsPersistent(String)

Declaration
public static bool IsPersistent(string key)
Parameters
Type Name Description
String key
Returns
Type Description
Boolean
| Improve this Doc View Source

PutNumber(String, Double)

Declaration
public static bool PutNumber(string key, double value)
Parameters
Type Name Description
String key
Double value
Returns
Type Description
Boolean
| Improve this Doc View Source

SetPersistent(String)

Declaration
public static void SetPersistent(string key)
Parameters
Type Name Description
String key
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet