menu
terminal_library package
documentation
ssh_library/core/ssh_message.dart
SSHMessage
readMessageId static method
readMessageId static method
dark_mode
light_mode
readMessageId
static method
int
readMessageId
(
Uint8List
bytes
)
Implementation
static int readMessageId(Uint8List bytes) { return bytes[0]; }
terminal_library package
documentation
ssh_library/core/ssh_message
SSHMessage
readMessageId static method
SSHMessage class