MCPcopy Create free account
hub / github.com/deviceplug/btleplug / read

Method read

src/droidplug/jni/objects.rs:216–227  ·  view source on GitHub ↗
(&self, uuid: JUuid<'a, 'b>)

Source from the content-addressed store, hash-verified

214 }
215
216 pub fn read(&self, uuid: JUuid<'a, 'b>) -> Result<JFuture<'a, 'b>> {
217 let future_obj = self
218 .env
219 .call_method_unchecked(
220 self.internal,
221 self.read,
222 JavaType::Object("Lio/github/gedgygedgy/rust/future/Future;".to_string()),
223 &[uuid.into()],
224 )?
225 .l()?;
226 JFuture::from_env(self.env, future_obj)
227 }
228
229 pub fn write(
230 &self,

Callers 4

test_read_static_valueFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_read_static_valueFunction · 0.36