C# 클래스 SpiderDriver.DataService

상속: SocketServer2
파일 보기 프로젝트 열기: cdy816/mars

공개 메소드들

메소드 설명
AsyncCallback ( string clientId, ByteBuffer data ) : void

AsyncCallback ( string clientId, byte fun, Array value, int len ) : void

AsyncCallback ( string clientId, byte fun, IntPtr value, int len ) : void

DataService ( ) : Cdy.Tag

NotifyDatabaseChangd ( bool isRealChanged, bool isHisChanged ) : void

OnClientConnected ( string id, bool isConnected ) : void
PushRealDatatoClient ( string clientId, Array value ) : void

PushRealDatatoClient ( string clientId, ByteBuffer value ) : void

Start ( int port ) : void

Stop ( ) : void

비공개 메소드들

메소드 설명
HisDataRequest ( string clientid, ByteBuffer memory ) : ByteBuffer

RealDataRequest ( string clientId, ByteBuffer memory ) : ByteBuffer

RegistorInit ( ) : void

TagInfoRequest ( string clientId, ByteBuffer memory ) : ByteBuffer

메소드 상세

AsyncCallback() 공개 메소드

public AsyncCallback ( string clientId, ByteBuffer data ) : void
clientId string
data ByteBuffer
리턴 void

AsyncCallback() 공개 메소드

public AsyncCallback ( string clientId, byte fun, Array value, int len ) : void
clientId string
fun byte
value Array
len int
리턴 void

AsyncCallback() 공개 메소드

public AsyncCallback ( string clientId, byte fun, IntPtr value, int len ) : void
clientId string
fun byte
value IntPtr
len int
리턴 void

DataService() 공개 메소드

public DataService ( ) : Cdy.Tag
리턴 Cdy.Tag

NotifyDatabaseChangd() 공개 메소드

public NotifyDatabaseChangd ( bool isRealChanged, bool isHisChanged ) : void
isRealChanged bool
isHisChanged bool
리턴 void

OnClientConnected() 공개 메소드

public OnClientConnected ( string id, bool isConnected ) : void
id string
isConnected bool
리턴 void

PushRealDatatoClient() 공개 메소드

public PushRealDatatoClient ( string clientId, Array value ) : void
clientId string
value Array
리턴 void

PushRealDatatoClient() 공개 메소드

public PushRealDatatoClient ( string clientId, ByteBuffer value ) : void
clientId string
value ByteBuffer
리턴 void

Start() 공개 메소드

public Start ( int port ) : void
port int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void