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