struct Apps::ExtStatus

Included Modules

Defined in:

pb-Apps/CATS_ExtStatus.pb.cr

Constant Summary

FIELDS = {1 => {name: :action_command, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :device_state_change, pb_type: DeviceGroupDescription, crystal_type: DeviceGroupDescription, cast_type: DeviceGroupDescription?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :init_groups, pb_type: DeviceGroupDescription, crystal_type: DeviceGroupDescription, cast_type: Array(DeviceGroupDescription)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 4 => {name: :my_device, pb_type: DeviceDescription, crystal_type: DeviceDescription, cast_type: DeviceDescription?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :init_group, pb_type: InitGroup, crystal_type: InitGroup, cast_type: InitGroup?, native: false, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :current_group, pb_type: CurrentGroup, crystal_type: CurrentGroup, cast_type: CurrentGroup?, native: false, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :search_device, pb_type: SearchDevice, crystal_type: SearchDevice, cast_type: SearchDevice?, native: false, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :parking_queue, pb_type: ParkingQueue, crystal_type: ParkingQueue, cast_type: ParkingQueue?, native: false, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :waiting_queue, pb_type: ParkingQueue, crystal_type: ParkingQueue, cast_type: ParkingQueue?, native: false, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :init_user_interface, pb_type: InitUserInterface, crystal_type: InitUserInterface, cast_type: InitUserInterface?, native: false, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :request_image, pb_type: Image, crystal_type: Image, cast_type: Image?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(action_command : Int32, device_state_change : DeviceGroupDescription | Nil = nil, init_groups : Array(DeviceGroupDescription) | Nil = nil, my_device : DeviceDescription | Nil = nil, init_group : InitGroup | Nil = nil, current_group : CurrentGroup | Nil = nil, search_device : SearchDevice | Nil = nil, parking_queue : ParkingQueue | Nil = nil, waiting_queue : ParkingQueue | Nil = nil, init_user_interface : InitUserInterface | Nil = nil, request_image : Image | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def action_command : Int32 #

def action_command=(action_command : Int32) #

def current_group : CurrentGroup | Nil #

def current_group=(current_group : CurrentGroup | Nil) #

def device_state_change : DeviceGroupDescription | Nil #

def device_state_change=(device_state_change : DeviceGroupDescription | Nil) #

def init_group : InitGroup | Nil #

def init_group=(init_group : InitGroup | Nil) #

def init_groups : Array(DeviceGroupDescription) | Nil #

def init_groups=(init_groups : Array(DeviceGroupDescription) | Nil) #

def init_user_interface : InitUserInterface | Nil #

def init_user_interface=(init_user_interface : InitUserInterface | Nil) #

def my_device : DeviceDescription | Nil #

def my_device=(my_device : DeviceDescription | Nil) #

def parking_queue : ParkingQueue | Nil #

def parking_queue=(parking_queue : ParkingQueue | Nil) #

def request_image : Image | Nil #

def request_image=(request_image : Image | Nil) #

def search_device : SearchDevice | Nil #

def search_device=(search_device : SearchDevice | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #

def waiting_queue : ParkingQueue | Nil #

def waiting_queue=(waiting_queue : ParkingQueue | Nil) #