C# 클래스 VireioSMTracker.VireioSMT

상속: IPlugin
파일 보기 프로젝트 열기: Baristan6/VireioSMT 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
newData bool

공개 메소드들

메소드 설명
CreateGlobal ( ) : object
DoBeforeNextExecute ( ) : void
GetProperty ( int index, IPluginProperty property ) : bool
SetProperties ( object>.Dictionary properties ) : bool
Start ( ) : System.Action
Stop ( ) : void

비공개 메소드들

메소드 설명
Send ( ) : void

메소드 상세

CreateGlobal() 공개 메소드

public CreateGlobal ( ) : object
리턴 object

DoBeforeNextExecute() 공개 메소드

public DoBeforeNextExecute ( ) : void
리턴 void

GetProperty() 공개 메소드

public GetProperty ( int index, IPluginProperty property ) : bool
index int
property IPluginProperty
리턴 bool

SetProperties() 공개 메소드

public SetProperties ( object>.Dictionary properties ) : bool
properties object>.Dictionary
리턴 bool

Start() 공개 메소드

public Start ( ) : System.Action
리턴 System.Action

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

newData 공개적으로 프로퍼티

public bool newData
리턴 bool