Delegate OnDeviceFoundHandler
PvSystem device found event delegate.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public delegate void OnDeviceFoundHandler(PvInterface aInterface, PvDeviceInfo aDeviceInfo, ref bool aIgnore)
Parameters
| Type | Name | Description |
|---|---|---|
| PvInterface | aInterface | Reference to the interface the device was found on. |
| PvDeviceInfo | aDeviceInfo | Reference to information about the device. |
| bool | aIgnore | Output parameter: if set to true by the delegate handler, the device just found will be ignored/dropped. |