menu
blackmagicdesign package
documentation
hyperdeck/hyperdeck.dart
HyperDeckConnection
quit method
quit method
dark_mode
light_mode
quit
method
Future
<
HyperDeckResponse
>
quit
(
)
Ends the Ethernet protocol session.
Implementation
Future<HyperDeckResponse> quit() => send(HyperDeckCommand.quit);
blackmagicdesign package
documentation
hyperdeck/hyperdeck
HyperDeckConnection
quit method
HyperDeckConnection class