Method | Description | |
---|---|---|
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 |
|
Method | Description | |
---|---|---|
HisDataRequest ( string clientid, ByteBuffer memory ) : ByteBuffer |
|
|
RealDataRequest ( string clientId, ByteBuffer memory ) : ByteBuffer |
|
|
RegistorInit ( ) : void |
|
|
TagInfoRequest ( string clientId, ByteBuffer memory ) : ByteBuffer |
|
public AsyncCallback ( string clientId, ByteBuffer data ) : void | ||
clientId | string | |
data | ByteBuffer | |
return | void |
public AsyncCallback ( string clientId, byte fun, Array value, int len ) : void | ||
clientId | string | |
fun | byte | |
value | Array | |
len | int | |
return | void |
public AsyncCallback ( string clientId, byte fun, IntPtr value, int len ) : void | ||
clientId | string | |
fun | byte | |
value | IntPtr | |
len | int | |
return | void |
public NotifyDatabaseChangd ( bool isRealChanged, bool isHisChanged ) : void | ||
isRealChanged | bool | |
isHisChanged | bool | |
return | void |
public OnClientConnected ( string id, bool isConnected ) : void | ||
id | string | |
isConnected | bool | |
return | void |
public PushRealDatatoClient ( string clientId, Array value ) : void | ||
clientId | string | |
value | Array | |
return | void |
public PushRealDatatoClient ( string clientId, ByteBuffer value ) : void | ||
clientId | string | |
value | ByteBuffer | |
return | void |