menu
blackmagicdesign package
documentation
hyperdeck/hyperdeck.dart
HyperDeckConnection
help method
help method
dark_mode
light_mode
help
method
Future
<
HyperDeckResponse
>
help
(
)
Requests the device's command help.
Implementation
Future<HyperDeckResponse> help() => send(HyperDeckCommand.help);
blackmagicdesign package
documentation
hyperdeck/hyperdeck
HyperDeckConnection
help method
HyperDeckConnection class