C# Class WPILib.SmartDashboardNS.SendableRegistry.Component

ファイルを表示 Open project: robotdotnet/WPILib Class Usage Examples

Public Methods

Method Description
Component ( ) : NetworkTables
Component ( ISendable sendable ) : NetworkTables
SetName ( string moduleType, int channel ) : void
SetName ( string moduleType, int moduleNumber, int channel ) : void

Method Details

Component() public method

public Component ( ) : NetworkTables
return NetworkTables

Component() public method

public Component ( ISendable sendable ) : NetworkTables
sendable ISendable
return NetworkTables

SetName() public method

public SetName ( string moduleType, int channel ) : void
moduleType string
channel int
return void

SetName() public method

public SetName ( string moduleType, int moduleNumber, int channel ) : void
moduleType string
moduleNumber int
channel int
return void