Usb Obex Coding Winforms
i am working with a smart-pen, It communicates Via usb (Obex calls) I want
to call something similar in a windows form app
public bool PenletCommand(string penlet, string command, out string output)
{
return this.pen.DataCommand(penlet, command, out output);
}
How would i go about doing this?
No comments:
Post a Comment