J
Jon
Hi,
I'm trying to directly use sockets to establish a
connection over IrDA. My current problem is that I don't
know how to create a local endpoint to which I will bind
the socket. I'm assuming that I should use the
IrDAEndPoint implementation. However, I have no idea what
to give as the arguments to this constructor, which takes
and array of bytes and a string. I suspected that the
IrDADeviceInfo class might be useful, but this class has
NO public constructor. Neither class has any public
static instances either. Does anyone know how to do this?
Thanks in advance,
Jon
I'm trying to directly use sockets to establish a
connection over IrDA. My current problem is that I don't
know how to create a local endpoint to which I will bind
the socket. I'm assuming that I should use the
IrDAEndPoint implementation. However, I have no idea what
to give as the arguments to this constructor, which takes
and array of bytes and a string. I suspected that the
IrDADeviceInfo class might be useful, but this class has
NO public constructor. Neither class has any public
static instances either. Does anyone know how to do this?
Thanks in advance,
Jon