pub struct ResetterSynchronousProxy { /* private fields */ }
Implementations§
source§impl ResetterSynchronousProxy
impl ResetterSynchronousProxy
pub fn new(channel: Channel) -> Self
pub fn into_channel(self) -> Channel
sourcepub fn wait_for_event(&self, deadline: Time) -> Result<ResetterEvent, Error>
pub fn wait_for_event(&self, deadline: Time) -> Result<ResetterEvent, Error>
Waits until an event arrives and returns it. It is safe for other threads to make concurrent requests while waiting for an event.
sourcepub fn reset(&self, ___deadline: Time) -> Result<ResetterResetResult, Error>
pub fn reset(&self, ___deadline: Time) -> Result<ResetterResetResult, Error>
Resets the sytem credential state. This is used when performing a factory reset.