C# Class WPILib.SmartDashboardNS.SendableRegistry.Component

Afficher le fichier Open project: robotdotnet/WPILib Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Component ( ) : NetworkTables
Résultat NetworkTables

Component() public méthode

public Component ( ISendable sendable ) : NetworkTables
sendable ISendable
Résultat NetworkTables

SetName() public méthode

public SetName ( string moduleType, int channel ) : void
moduleType string
channel int
Résultat void

SetName() public méthode

public SetName ( string moduleType, int moduleNumber, int channel ) : void
moduleType string
moduleNumber int
channel int
Résultat void