class
MinknowApi::Device::GetDeviceInfoResponse
- MinknowApi::Device::GetDeviceInfoResponse
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/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. - #can_set_temperature : Bool
- #can_set_temperature=(can_set_temperature : Bool)
- #device_id : String
- #device_id=(device_id : String)
- #device_type : Proto::OpenEnum(GetDeviceInfoResponse::DeviceType)
- #device_type=(device_type : Proto::OpenEnum(GetDeviceInfoResponse::DeviceType))
- #digitisation : UInt32
- #digitisation=(digitisation : UInt32)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #firmware_version : Array(GetDeviceInfoResponse::ComponentVersion)
- #firmware_version=(firmware_version : Array(GetDeviceInfoResponse::ComponentVersion))
- #is_simulated : Bool
- #is_simulated=(is_simulated : Bool)
- #max_channel_count : UInt32
- #max_channel_count=(max_channel_count : UInt32)
- #max_wells_per_channel : UInt32
- #max_wells_per_channel=(max_wells_per_channel : UInt32)
- #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 firmware_version=(firmware_version : Array(GetDeviceInfoResponse::ComponentVersion))
#