Struct SendableRegistry.CallbackData
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
Properties
|
Improve this Doc
View Source
Builder
Declaration
public SendableBuilderImpl Builder { get; }
Property Value
|
Improve this Doc
View Source
Data
Declaration
public object Data { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Parent
Declaration
public ISendable Parent { get; }
Property Value
|
Improve this Doc
View Source
Sendable
Declaration
public ISendable Sendable { get; }
Property Value
|
Improve this Doc
View Source
Subsystem
Declaration
public string Subsystem { get; }
Property Value