Device Communications Status

<< Click to Display Table of Contents >>

Navigation:  Basics >

Device Communications Status

Drivers can report on the status of their device communications using the BNCSFramework.SetDeviceCommsState method.  This has the option whether to report the state to BNCS, i.e. notify BNCS that the driver has failed.

 

Device message counters should also be incremented within the driver using BNCSFramework.DeviceCommsStats property.  E.g. BNCSFramework.DeviceCommsStats.IncTx() & BNCSFramework.DeviceCommsStats.IncRx()