menu
blackmagicdesign package
documentation
hyperdeck/hyperdeck.dart
HyperDeckConnection
reboot method
reboot method
dark_mode
light_mode
reboot
method
Future
<
HyperDeckResponse
>
reboot
(
)
Reboots the device.
Implementation
Future<HyperDeckResponse> reboot() => send('reboot\n');
blackmagicdesign package
documentation
hyperdeck/hyperdeck
HyperDeckConnection
reboot method
HyperDeckConnection class