Property | Type | Description | |
---|---|---|---|
log | Logger |
Method | Description | |
---|---|---|
NettyClient ( string host, int port, string instanceId, byte[]>.Action |
||
SendData ( string messageType, byte data ) : Task |
||
StartAsync ( ) : Task | ||
StopAsync ( ) : Task |
Method | Description | |
---|---|---|
Connected ( ) : void | ||
DataReceived ( string messageType, byte data ) : void | ||
WriteStringToBuffer ( IByteBuffer buffer, string input ) : void |
public NettyClient ( string host, int port, string instanceId, byte[]>.Action |
||
host | string | |
port | int | |
instanceId | string | |
dataReceivedAction | byte[]>.Action | |
connectedAction | System.Action | |
return | System |
public SendData ( string messageType, byte data ) : Task |
||
messageType | string | |
data | byte | |
return | Task |