struct PlaceOS::Edge::Protocol::Message::RegisterResponse
- PlaceOS::Edge::Protocol::Message::RegisterResponse
- PlaceOS::Edge::Protocol::Server::Response
- PlaceOS::Edge::Protocol::Message::ResponseBody
- PlaceOS::Edge::Protocol::Message::Body
- Struct
- Value
- Object
Defined in:
placeos-edge/protocol.crConstructors
- .new(pull : JSON::PullParser)
- .new(success : Bool, add_drivers : Array(String) = [] of String, remove_drivers : Array(String) = [] of String, add_modules : Array(NamedTuple(key: String, module_id: String)) = [] of Module, remove_modules : Array(String) = [] of String, running_modules : Array(Tuple(String, String)) = [] of Tuple(String, String))
Instance Method Summary
- #add_drivers : Array(String)
- #add_modules : Array(Module)
- #remove_drivers : Array(String)
- #remove_modules : Array(String)
- #running_modules : Array(Tuple(String, String))
- #success : Bool
- #type : Type
Constructor methods inherited from struct PlaceOS::Edge::Protocol::Server::Response
new(pull : JSON::PullParser)
new
Constructor methods inherited from struct PlaceOS::Edge::Protocol::Message::ResponseBody
new(pull : JSON::PullParser)
new
Constructor methods inherited from struct PlaceOS::Edge::Protocol::Message::Body
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(success : Bool, add_drivers : Array(String) = [] of String, remove_drivers : Array(String) = [] of String, add_modules : Array(NamedTuple(key: String, module_id: String)) = [] of Module, remove_modules : Array(String) = [] of String, running_modules : Array(Tuple(String, String)) = [] of Tuple(String, String))
#