menu
godex package
documentation
services/godex_ip.dart
GodexIP
sendcommand method
sendcommand method
dark_mode
light_mode
sendcommand
method
Future
<
bool
>
sendcommand
(
String
msg
)
Implementation
Future<bool> sendcommand(final String msg) async { return _sendFunction(utf8.encode("$msg\r\n")); }
godex package
documentation
services/godex_ip
GodexIP
sendcommand method
GodexIP class