class
MinknowApi::Protocol::BarcodeUserData
- MinknowApi::Protocol::BarcodeUserData
- 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. - #alias_ : String
- #alias_=(alias_ : String)
- #barcode_name : String
- #barcode_name=(barcode_name : String)
- #barcode_name_internal : String
- #barcode_name_internal=(barcode_name_internal : String)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #lamp_barcode_id : String
- #lamp_barcode_id=(lamp_barcode_id : String)
- #passenger_info : Hash(String, String)
- #passenger_info=(passenger_info : Hash(String, String))
- #type_ : Proto::OpenEnum(BarcodeUserData::SampleType)
- #type_=(type_ : Proto::OpenEnum(BarcodeUserData::SampleType))
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?.