Method | Description | |
---|---|---|
ConnectAsync ( TelegramDC dc, int maxRetries ) : Task | ||
Dispose ( ) : void | ||
TransportGateway ( ) : System | ||
TransportSend ( byte packet ) : bool |
Method | Description | |
---|---|---|
OnReceive ( byte packet ) : void |
Method | Description | |
---|---|---|
CheckInput ( ) : void | ||
Connect ( TelegramDC dc ) : bool | ||
OnConnected ( object sender, |
||
OnRead ( object sender, |
||
ReadAsync ( byte buffer = null ) : void | ||
ReadInt ( byte array, long position ) : int | ||
TryReconnect ( ) : void |
public ConnectAsync ( TelegramDC dc, int maxRetries ) : Task | ||
dc | TelegramDC | |
maxRetries | int | |
return | Task |