C# 클래스 ntrclient.Prog.CS.Heartbeat

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

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool
GsCode ntrclient.Extra.Gateshark
ShouldStop bool

공개 메소드들

메소드 설명
Beat ( ) : void
RequestStop ( ) : void
SetCode ( Gateshark s ) : void
SetCode ( string s ) : void
Toggle ( ) : bool

메소드 상세

Beat() 공개 메소드

public Beat ( ) : void
리턴 void

RequestStop() 공개 메소드

public RequestStop ( ) : void
리턴 void

SetCode() 공개 메소드

public SetCode ( Gateshark s ) : void
s ntrclient.Extra.Gateshark
리턴 void

SetCode() 공개 메소드

public SetCode ( string s ) : void
s string
리턴 void

Toggle() 공개 메소드

public Toggle ( ) : bool
리턴 bool

프로퍼티 상세

Enabled 공개적으로 프로퍼티

public bool Enabled
리턴 bool

GsCode 공개적으로 프로퍼티

public Gateshark,ntrclient.Extra GsCode
리턴 ntrclient.Extra.Gateshark

ShouldStop 공개적으로 프로퍼티

public bool ShouldStop
리턴 bool