Author Topic: Members of wclnet.BluetoothDiscoveryCompleteEventArgs?  (Read 6982 times)

TcomGregg

  • Guest
Members of wclnet.BluetoothDiscoveryCompleteEventArgs?
« on: December 19, 2008, 03:06:28 PM »
what else is available from wclnet.BluetoothDiscoveryCompleteEventArgs?

    .Radio.Address
    .Devices

Thank You
Gregg

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Members of wclnet.BluetoothDiscoveryCompleteEventArgs?
« Reply #1 on: December 19, 2008, 04:01:43 PM »
These event args give:
1. The instance of the wclBluetoothRadio object on which discovery was executed.
2. The wclBluetoothDevices object contains the list of founded devices (or an empty object (nil, nothing, null) if error was while discovering. If the list is valid object but has no one device then the list is empty.

TcomGregg

  • Guest
Re: Members of wclnet.BluetoothDiscoveryCompleteEventArgs?
« Reply #2 on: December 19, 2008, 10:45:11 PM »
Good Day Mike,
Is there any error information? I notice in your demo program sub wclBluetoothDiscovery_DiscoveryComplete that you set the Adr="<Error reading>" and not the actual error or error number. Is there any way to get the error information?
Best Regards
Gregg

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Members of wclnet.BluetoothDiscoveryCompleteEventArgs?
« Reply #3 on: December 20, 2008, 09:47:49 AM »
Good day!

Each Get method returns interger valu which indicates the error code. the error codes list is availbale in wclAPI.cs file.

 

Sitemap 1 2 3 4 5 6 7