module PlaceOS::Driver::Interface::Stoppable

Overview

for a device that can be stopped

Direct including types

Defined in:

placeos-driver/interface/stoppable.cr

Instance Method Summary

Instance Method Detail

abstract def stop(index : Int32 | String = 0, emergency : Bool = false) #

[View source]