class
MinknowApi::Protocol::ProtocolInfo
- MinknowApi::Protocol::ProtocolInfo
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/protocol.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. - #clear_tag_extraction_result : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_tag_extraction_result? : Bool
- #identifier : String
- #identifier=(identifier : String)
- #name : String
- #name=(name : String)
- #tag_extraction_result : ProtocolInfo::TagExtractionResult | Nil
- #tag_extraction_result=(tag_extraction_result : ProtocolInfo::TagExtractionResult | Nil)
- #tags : Hash(String, ProtocolInfo::TagValue)
- #tags=(tags : Hash(String, ProtocolInfo::TagValue))
- #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 tag_extraction_result=(tag_extraction_result : ProtocolInfo::TagExtractionResult | Nil)
#