class MinknowApi::PromethionDevice::PixelBlockSettings

Included Modules

Defined in:

generated/minknow_api/promethion_device.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def clear_regen_current_voltage_clamp : Nil #

[View source]
def clear_unblock_voltage : Nil #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def has_regen_current_voltage_clamp? : Bool #

[View source]
def has_unblock_voltage? : Bool #

[View source]
def regen_current_voltage_clamp : Google::Protobuf::DoubleValue | Nil #

[View source]
def regen_current_voltage_clamp=(regen_current_voltage_clamp : Google::Protobuf::DoubleValue | Nil) #

[View source]
def unblock_voltage : Google::Protobuf::DoubleValue | Nil #

[View source]
def unblock_voltage=(unblock_voltage : Google::Protobuf::DoubleValue | Nil) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]