TelnetEvent constructor

TelnetEvent(
  1. TelnetEventType type,
  2. List<int> bytes
)

Implementation

TelnetEvent(this.type, this.bytes);