Ver Mensaje Individual
  #4  
Antiguo 22-01-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Cita:
Empezado por jachguate Ver Mensaje
Javier: ¿estas seguro de eso?
af (The address family specification)

Cita:
Empezado por AF_BTH
The Bluetooth address family. This address family is only supported if a Bluetooth adapter is installed on Windows Server 2003 or later.
btAddr

Cita:
Address of the target Bluetooth device. When used with the bind function, must be zero or a valid local radio address. If zero, a valid local Bluetooth device address is assigned when the connect or accept function is called. When used with the connect function, a valid remote radio address must be specified.
Ahora revisemos otra conexión a un dispositivo por IrDA; http://www.experts-exchange.com/Prog..._20600888.html

Claro que suponiendo que estoy muy equivocado tambien es posible revisar las APIs dedicadas a ello; pero es un poco mas tedioso.

Cita:
Bluetooth is also supported by using the Windows Sockets programming interface. For more information about programming Bluetooth by using the Windows Sockets interface, see Windows Sockets Support for Bluetooth.

Edito PD: Socket := WSSocket(AF_BTH, ID_SOCK_STREAM, BTHPROTO_RFCOMM);

Saludos

Última edición por cHackAll fecha: 22-01-2008 a las 20:21:45.
Responder Con Cita