Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
discovery_api [2024/02/07 19:04]
neds [hdhomerun_discover2_find_device_id_broadcast()]
discovery_api [2024/02/07 19:05] (current)
neds [Low level C Library]
Line 17: Line 17:
 **Example code:** **Example code:**
  
-See hdhomerun_discover_example.c for an example of using the discover API.+See [[https://​github.com/​Silicondust/​libhdhomerun/​blob/​master/​hdhomerun_discover_example.c|hdhomerun_discover_example.c]] for an example of using the discover API.
 Header files: Header files:
  
Line 176: Line 176:
 **Parameters:​** **Parameters:​**
   * **ds:** discover object.   * **ds:** discover object.
-  * **flags:** specify which IP types to use for discover. See hdhomerun_discover2_find_devices_broadcast() for the description.+  * **flags:** specify which IP types to use for discover. See [[#hdhomerun_discover2_find_devices_broadcast()]] for the description.
   * **target_addr:​** IP address to send discover request to.   * **target_addr:​** IP address to send discover request to.
     * IPv4 and IPv6 addresses supported.     * IPv4 and IPv6 addresses supported.
  • Last modified: 2024/02/07 19:04