Delegate OnLinkDisconnectedHandler
Notification that the PvDevice unexpectedly lost contact with the device.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public delegate void OnLinkDisconnectedHandler(PvDevice aDevice)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDevice | aDevice | Pointer to the device object that invoked this callback. |