From: Eduardo P. H. <eha...@ra...> - 2005-11-08 15:24:53
|
On Tue, Nov 08, 2005 at 04:08:37PM +0100, Michal Svec wrote: >=20 > Hi! Hi, >=20 > Well it seems not only 'path' is an important argument, but also 'type'= =20 > and maybe others ;-) Yes. :) >=20 > Some more documentation would be really useful, the best would be if it's= =20 > documented directly in the XML config file, something like: >=20 > <!-- > Transport type, one of: > 0 =3D unknown > 1 =3D serial > 2 =3D bluetooth > 3 =3D irda > 4 =3D net > --!> > <type>2</type> >=20 > Provided that the type is really the one from: > /usr/include/libsyncml-1.0/libsyncml/obex_client.h Yes, it is. Actually I think we should use strings on the XML configuration, not magic numbers. >=20 > I'll rather wait for Armin to shed some light on this and confirm it's=20 > actually possible to make it working at all :-} --=20 Eduardo |