MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / manufacturer

Method manufacturer

src/asynchronous.rs:69–72  ·  view source on GitHub ↗

Returns manufacturer string of the device

(&self)

Source from the content-addressed store, hash-verified

67
68 /// Returns manufacturer string of the device
69 pub async fn manufacturer(&self) -> Result<String, StreamDeckError> {
70 let device = self.device.lock().await;
71 block_in_place(move || device.manufacturer())
72 }
73
74 /// Returns product string of the device
75 pub async fn product(&self) -> Result<String, StreamDeckError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected