class MinknowApi::Device::SaturationConfig::Thresholds

Included Modules

Defined in:

generated/minknow_api/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_general_threshold : Nil #

[View source]
def clear_unblock_threshold : Nil #

[View source]
def clear_user_general_threshold : Nil #

[View source]
def clear_user_unblock_threshold : Nil #

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

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

[View source]
def general_threshold : Google::Protobuf::UInt32Value | Nil #

[View source]
def general_threshold=(general_threshold : Google::Protobuf::UInt32Value | Nil) #

[View source]
def has_general_threshold? : Bool #

[View source]
def has_unblock_threshold? : Bool #

[View source]
def has_user_general_threshold? : Bool #

[View source]
def has_user_unblock_threshold? : Bool #

[View source]
def unblock_threshold : Google::Protobuf::UInt32Value | Nil #

[View source]
def unblock_threshold=(unblock_threshold : Google::Protobuf::UInt32Value | Nil) #

[View source]
def user_general_threshold : Google::Protobuf::UInt32Value | Nil #

[View source]
def user_general_threshold=(user_general_threshold : Google::Protobuf::UInt32Value | Nil) #

[View source]
def user_unblock_threshold : Google::Protobuf::UInt32Value | Nil #

[View source]
def user_unblock_threshold=(user_unblock_threshold : Google::Protobuf::UInt32Value | Nil) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]