struct PlaceOS::Edge::Protocol::Message::RegisterResponse

Defined in:

placeos-edge/protocol.cr

Constructors

Instance Method Summary

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(pull : JSON::PullParser) #

[View source]
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)) #

[View source]

Instance Method Detail

def add_drivers : Array(String) #

[View source]
def add_modules : Array(Module) #

[View source]
def remove_drivers : Array(String) #

[View source]
def remove_modules : Array(String) #

[View source]
def running_modules : Array(Tuple(String, String)) #

[View source]
def success : Bool #

def type : Type #