class MinknowApi::HardwareCheck::PositionCheckResult

Included Modules

Defined in:

generated/minknow_api/hardware_check.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 adapter_id : String #

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

[View source]
def clear_hardware_check_result : Nil #

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

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

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

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

[View source]
def hardware_check_result : MinknowApi::Protocol::HardwareCheckResult | Nil #

[View source]
def hardware_check_result=(hardware_check_result : MinknowApi::Protocol::HardwareCheckResult | Nil) #

[View source]
def has_hardware_check_result? : Bool #

[View source]
def position_id : String #

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

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]