class
MinknowApi::PromethionDevice::GetTemperatureResponse
- MinknowApi::PromethionDevice::GetTemperatureResponse
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/promethion_device.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #chamber_temperature : Google::Protobuf::FloatValue | Nil
- #chamber_temperature=(chamber_temperature : Google::Protobuf::FloatValue | Nil)
- #clear_chamber_temperature : Nil
- #clear_flowcell_temperature : Nil
- #clear_target_temperature : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #flowcell_temperature : Google::Protobuf::FloatValue | Nil
- #flowcell_temperature=(flowcell_temperature : Google::Protobuf::FloatValue | Nil)
- #has_chamber_temperature? : Bool
- #has_flowcell_temperature? : Bool
- #has_target_temperature? : Bool
- #pixel_block_temperature : Array(Google::Protobuf::FloatValue)
- #pixel_block_temperature=(pixel_block_temperature : Array(Google::Protobuf::FloatValue))
- #target_temperature : Google::Protobuf::FloatValue | Nil
- #target_temperature=(target_temperature : Google::Protobuf::FloatValue | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def flowcell_temperature=(flowcell_temperature : Google::Protobuf::FloatValue | Nil)
#
def pixel_block_temperature=(pixel_block_temperature : Array(Google::Protobuf::FloatValue))
#