C# 클래스 TrakHound_Server.Plugins.SnapshotData.Plugin

상속: IServerPlugin
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
Closing ( ) : void
GetSentData ( EventData data ) : void
Initialize ( DeviceConfiguration config ) : void
Starting ( ) : void

비공개 메소드들

메소드 설명
SendSnapShotItems ( List snapshots ) : void

메소드 상세

Closing() 공개 메소드

public Closing ( ) : void
리턴 void

GetSentData() 공개 메소드

public GetSentData ( EventData data ) : void
data TrakHound.EventData
리턴 void

Initialize() 공개 메소드

public Initialize ( DeviceConfiguration config ) : void
config TrakHound.Configurations.DeviceConfiguration
리턴 void

Starting() 공개 메소드

public Starting ( ) : void
리턴 void