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