Thank you!!
I solved the Problem now using TLex::Val()!
I will try to do it with streams. So as i understood in that way i would send binary data and that is what i exactly want.
Thanks!!!
Type: Posts; User: dejjan; Keyword(s):
Thank you!!
I solved the Problem now using TLex::Val()!
I will try to do it with streams. So as i understood in that way i would send binary data and that is what i exactly want.
Thanks!!!
Thanks for quick reply!
Another question:
Can i use ExternalizeL(RWriteStream& aStream) and InternalizeL( RReadStream &aStream ) to write all my data into the descriptor and to read it out?
...
Yes i have, but i found only the TLex::Val() to get a Integer, but not the TReal64.
Hi all,
i try to send some information via WLAN using the sockts API.
I send one TReal64 variable, so that i use AppendFormat to append it to my descriptor in send function of my socket.
...
Hi,
i have the same problem running the emulator. When i try to debug some application i get the follow message:
No source available for "0x1AAC977( ekern.exe )() "
Any ideas?
Im running...
Thank you for replay!
i have one function to send the udp: sendboroadcast().
void CSocket :: SendBroadcast()
{
customMessage.Zero();
customMessage.Copy(_L8("Hallo World"));
...
Hi all,
i have a follow problem:
I want send continuously a udp broadcast using sockets via WLAN.
But after 8-9 packets the application stops sending the packets. does enybody have idea why?...
Hi all,
it is possible to get a mac address of other devices in an ad-hoc network!!
when two devices (N95) are connected for example, how can i retrieve the mac address of my communication...
thank you! It works well!!
Hi all,
i need to convert hex to ascii. i have a BSSID value of one AP and i want to display it!
///////////////////////////////
TWlanBssid bssid;
scanInfo->Bssid( bssid );
if i copy the...
Hi people,
so thanks for the replay!
i get it now!
Hi hotcheese,
soory about exclamation marks.
i show you my problem:
TUint8 ieLen( 0 );
const TUint8* ieData;
TInt ret = scanInfo->InformationElement(KWlan802Dot11SsidIE, ieLen,...
Hi pople!!!
I have a problrm with deskriptors!!!! Please help!
i have a pointer on the begin of data, and i also know the lenght of them!!
Now i try to get this data into one buffer!
I...
Hi,
thanks for replays!!!!!
Now it works!!!!!!!!!!:)
Dejan
Hi yucca,
i just started to develop with this SDK!
I use S60_3rd_FP1 v9.2!!!
How can i found out which capabilities are required?
I have certificate from SymbianSigned!
Thanks,
Dejan
Hi ,
at first thanks four your posts!
In emulator i have a System error(-1) on the line
apid = handler->CreateFromDataL(*wlanAp);
wlanAP is object of CApAccessPointItem! and data base is...
Hi,
i have same problem!!!:(
Have you any solution about this now?
I try to create a WLAN access point on s60 device!!
Thanks!!