struct

PlaceOS::Driver::Proxy::Drivers

Inherits Enumerable < Struct < Value < Object

Constructors

Instance methods

[]=(status, value)

This deliberately prevents compilation if called from driver code

Source
[]?(index : Int32) : PlaceOS::Driver::Proxy::Driver | Nil
Source
each

Must yield this collection's elements to the block.

Source
implements?(interface) : Bool
Source
size

Returns the number of elements in the collection.

[1, 2, 3, 4].size # => 4
Source
subscribe(status, &_callback : PlaceOS::Driver::Subscriptions::IndirectSubscription, String -> Nil) : PlaceOS::Driver::Subscriptions::IndirectSubscription

This deliberately prevents compilation if called from driver code

Source

Macros

method_missing(call)

Collect all the futures from the function calls and make them available to the user

Source

Nested types