Show / Hide Table of Contents

Struct SendableRegistry.CallbackData

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: WPILib.SmartDashboard
Assembly: WPILibSharp.dll
Syntax
public struct CallbackData

Constructors

| Improve this Doc View Source

CallbackData(ISendable, String, String, ISendable, Object, SendableBuilderImpl)

Declaration
public CallbackData(ISendable sendable, string name, string subsystem, ISendable parent, object data, SendableBuilderImpl builder)
Parameters
Type Name Description
ISendable sendable
String name
String subsystem
ISendable parent
Object data
SendableBuilderImpl builder

Properties

| Improve this Doc View Source

Builder

Declaration
public SendableBuilderImpl Builder { get; }
Property Value
Type Description
SendableBuilderImpl
| Improve this Doc View Source

Data

Declaration
public object Data { get; set; }
Property Value
Type Description
Object
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Parent

Declaration
public ISendable Parent { get; }
Property Value
Type Description
ISendable
| Improve this Doc View Source

Sendable

Declaration
public ISendable Sendable { get; }
Property Value
Type Description
ISendable
| Improve this Doc View Source

Subsystem

Declaration
public string Subsystem { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet