struct Client::ApplicationStart
- Client::ApplicationStart
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Client/CATS_Login.pb.crConstant Summary
-
FIELDS =
{1 => {name: :message_type, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :get_system_parameters, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :system_parameters, pb_type: SystemParameters, crystal_type: SystemParameters, cast_type: SystemParameters?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :app_ready, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(message_type : Int32, get_system_parameters : Bool | Nil = nil, system_parameters : SystemParameters | Nil = nil, app_ready : Bool | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #app_ready : Bool | Nil
- #app_ready=(app_ready : Bool | Nil)
- #get_system_parameters : Bool | Nil
- #get_system_parameters=(get_system_parameters : Bool | Nil)
- #message_type : Int32
- #message_type=(message_type : Int32)
- #system_parameters : SystemParameters | Nil
- #system_parameters=(system_parameters : SystemParameters | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(message_type : Int32, get_system_parameters : Bool | Nil = nil, system_parameters : SystemParameters | Nil = nil, app_ready : Bool | Nil = nil)
#