Skip to content

how to call method  #9

@bilalsa2010

Description

@bilalsa2010

static void Main(string[] args)
{

       how to call example. ReadOdinInfo()

    }

public async Task ReadOdinInfo()
{
if (await Odin.FindAndSetDownloadMode())
{
//get info from device
var info = await Odin.DVIF();
await Odin.PrintInfo();
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions