struct Client::SetDialMode

Included Modules

Defined in:

pb-Client/CATS_Specials.pb.cr

Constant Summary

FIELDS = {1 => {name: :use_external_device, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :device_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, 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(use_external_device : Bool, device_id : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def device_id : String | Nil #

def device_id=(device_id : String | Nil) #

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

def to_protobuf #

def use_external_device : Bool #

def use_external_device=(use_external_device : Bool) #