Hi Guys,
How do I use the 'e.Devices(I).GetName()' function from within an event handler ?
For example, In the OnDevicesFound event within the wclProximitySender I would like to pull the discovered devices BLuetooth name out from this event and store it in a database.
I just cant seem to get my head around the synatax it needs within the brackets. It calls for '(Radio as wcl.bluetoothradio, byref value as string)as integer'
I can see that e.Devices(I) represents the list of devices found by the discovery process. And that 'I' is an index integer used to identify individual devices in the list. But I cant quite understand what parameters should be in the GetName() function to get the name back so I can use it in variables and so on.
Any help, as always, gratley appreciated.
Cheers