C# 클래스 WPILib.SmartDashboardNS.SendableRegistry.Component

파일 보기 프로젝트 열기: robotdotnet/WPILib 1 사용 예제들

공개 메소드들

메소드 설명
Component ( ) : NetworkTables
Component ( ISendable sendable ) : NetworkTables
SetName ( string moduleType, int channel ) : void
SetName ( string moduleType, int moduleNumber, int channel ) : void

메소드 상세

Component() 공개 메소드

public Component ( ) : NetworkTables
리턴 NetworkTables

Component() 공개 메소드

public Component ( ISendable sendable ) : NetworkTables
sendable ISendable
리턴 NetworkTables

SetName() 공개 메소드

public SetName ( string moduleType, int channel ) : void
moduleType string
channel int
리턴 void

SetName() 공개 메소드

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