MCPcopy Create free account
hub / github.com/RizeCrime/linuxblaster_control / write_to_device

Method write_to_device

src/features.rs:479–481  ·  view source on GitHub ↗

sends one write packet to hardware and reads the ACK. logs an error if the ACK is missing or invalid. does NOT update the value cache. you'll have to call `read_from_device()` afterwards.

(&self, value: f32)

Source from the content-addressed store, hash-verified

477 /// does NOT update the value cache.
478 /// you'll have to call `read_from_device()` afterwards.
479 pub fn write_to_device(&self, value: f32) {
480 (self.setter)(self, value)
481 }
482}
483
484// ─── Feature Registration ────────────────────────────────────────────────────

Callers 2

set_featureMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected