struct Apps::DialForDevice

Included Modules

Defined in:

pb-Apps/CATS_Specials.pb.cr

Constant Summary

FIELDS = {1 => {name: :device, pb_type: DeviceDescription, crystal_type: DeviceDescription, cast_type: DeviceDescription, native: false, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :allow_dial_for_mode, 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

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(device : DeviceDescription, allow_dial_for_mode : Bool | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def allow_dial_for_mode : Bool | Nil #

def allow_dial_for_mode=(allow_dial_for_mode : Bool | Nil) #

def device : DeviceDescription #

def device=(device : DeviceDescription) #

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

def to_protobuf #