struct PlaceOS::Api::WebSocket::Session::Request
Included Modules
- JSON::Serializable::Strict
Defined in:
placeos-rest-api/websocket/session/request.crConstructors
- .new(id : Int64, system_id : String, module_name : String, command : PlaceOS::Api::WebSocket::Session::Request::Command, name : String, index : Int32 = 1, args : Nil | Array(JSON::Any) = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #args : Array(JSON::Any) | Nil
- #command : Command
- #id : Int64
- #index : Int32
- #module_name : String
-
#name : String
Function name
- #system_id : String
Constructor methods inherited from struct PlaceOS::Api::WebSocket::Session::Base
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(id : Int64, system_id : String, module_name : String, command : PlaceOS::Api::WebSocket::Session::Request::Command, name : String, index : Int32 = 1, args : Nil | Array(JSON::Any) = nil)
#