Struct smartcard::logic::context::Context [] [src]

pub struct Context { /* fields omitted */ }

The resource manager context is a representation of the state of the driver.

Methods

impl Context
[src]

Create a context and define the scope of this context

Create a context For when you dont want to choose the scope (alias to establish_context system)

Get the handle for this context

Verify if a context is valid

List all available readers

Trait Implementations

impl Debug for Context
[src]

Formats the value using the given formatter.

impl Drop for Context
[src]

Free the context at the end