Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » Bluetooth bibliotheken für c++

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
28.01.2007, 14:29 Uhr
~dimevit
Gast


Hallo zusammen,

kann mir jemand sagen, wo ich bluetooth bibliotheken für c++ (winXP) finden kann

Vielen Dank,
Dime
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
29.01.2007, 10:20 Uhr
~Kevin
Gast


Also ich weiß nicht ob dir das hier weiter hilft aber ich habe einige sachen damals so gelöst.
also wenn du die <winsock.h> mit einbindest dann kannst du dir halt eigene sockets erstellen und dabei kannst du dann ein paar Verbindungsarten auswählen

Adressfamilie Bedeutung
AF_UNIX UNIX-Socket Domain-Sockets,wird gewöhnlich für lokale Interprozesskommunnikation verwendet
AF_INET Internet IP-Protokall Version 4(IPv4)
AF_INET6 Internet IP-Protokall Version 6(IPv6)
AF_IRDA via Infrarot
AF_BLUETOOTH Bluetooth-Socket


C++:
//Erzeuge Bluetooth-Socket
sock = socket(AF_BLUETOOTH, SOCK_STREAM, 0);
if (sock < 0)
{
//Fehler beim Erzeugen
}


 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
29.01.2007, 10:47 Uhr
J-jayz-Z
Perl Crack ala Carte
(Operator)


Evtl. hilft dir das weiter
--
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="66756e2d736f66742e6465"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: