class MinknowApi::Device::GetDeviceInfoResponse

Included Modules

Defined in:

generated/minknow_api/device.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def can_set_temperature : Bool #

[View source]
def can_set_temperature=(can_set_temperature : Bool) #

[View source]
def device_id : String #

[View source]
def device_id=(device_id : String) #

[View source]
def device_type : Proto::OpenEnum(GetDeviceInfoResponse::DeviceType) #

[View source]
def device_type=(device_type : Proto::OpenEnum(GetDeviceInfoResponse::DeviceType)) #

[View source]
def digitisation : UInt32 #

[View source]
def digitisation=(digitisation : UInt32) #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def firmware_version : Array(GetDeviceInfoResponse::ComponentVersion) #

[View source]
def firmware_version=(firmware_version : Array(GetDeviceInfoResponse::ComponentVersion)) #

[View source]
def is_simulated : Bool #

[View source]
def is_simulated=(is_simulated : Bool) #

[View source]
def max_channel_count : UInt32 #

[View source]
def max_channel_count=(max_channel_count : UInt32) #

[View source]
def max_wells_per_channel : UInt32 #

[View source]
def max_wells_per_channel=(max_wells_per_channel : UInt32) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]