Struct kinetic::commands::pin::Unlock [−] [src]

pub struct Unlock;

Unlocks the device

Trait Implementations

impl PinCommand<UnlockResponse> for Unlock

impl Command<UnlockResponse> for Unlock

fn build_proto(self) -> (Command, Option<Vec<u8>>)