class
MinknowApi::Data::GetChannelStatesResponse::ChannelStateData
- MinknowApi::Data::GetChannelStatesResponse::ChannelStateData
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/data.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. - #acquisition_raw_index : UInt64
- #acquisition_raw_index=(acquisition_raw_index : UInt64)
- #analysis_raw_index : UInt64
- #analysis_raw_index=(analysis_raw_index : UInt64)
- #channel : UInt32
- #channel=(channel : UInt32)
- #clear_config : Nil
- #clear_state : Nil
- #config : MinknowApi::Device::ReturnedChannelConfiguration | Nil
- #config=(config : MinknowApi::Device::ReturnedChannelConfiguration | Nil)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_config? : Bool
- #state_case : StateCase
- #state_id : UInt32
- #state_id=(value : UInt32) : UInt32
- #state_name : String
- #state_name=(value : String) : String
- #trigger_time : UInt64
- #trigger_time=(trigger_time : UInt64)
- #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?.