[][src]Function talktosc::create_connection

pub fn create_connection() -> Result<Card, TalktoSCError>

Creates a new connection to the card attached to the first reader and returns the connection, or the related error.

Example

use talktosc::*;

let card = create_connection().unwrap();