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

Method product

src/asynchronous.rs:75–78  ·  view source on GitHub ↗

Returns product string of the device

(&self)

Source from the content-addressed store, hash-verified

73
74 /// Returns product string of the device
75 pub async fn product(&self) -> Result<String, StreamDeckError> {
76 let device = self.device.lock().await;
77 block_in_place(move || device.product())
78 }
79
80 /// Returns serial number of the device
81 pub async fn serial_number(&self) -> Result<String, StreamDeckError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected