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

Method serial_number

src/asynchronous.rs:81–84  ·  view source on GitHub ↗

Returns serial number of the device

(&self)

Source from the content-addressed store, hash-verified

79
80 /// Returns serial number of the device
81 pub async fn serial_number(&self) -> Result<String, StreamDeckError> {
82 let device = self.device.lock().await;
83 block_in_place(move || device.serial_number())
84 }
85
86 /// Returns firmware version of the StreamDeck
87 pub async fn firmware_version(&self) -> Result<String, StreamDeckError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected