CommsStats Members

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Classes Namespace > CommsStats Class >

CommsStats Members

The CommsStats type exposes the following members.

 

Methods


Name

Description

Public method

IncRx

Increases the RxCount by 1 and invokes the StatsChanged event.

Public method

IncTx

Increases the transaction count by 1 and invokes the StatsChanged event.

Public method

Reset

Resets the TxCount and RxCount to 0 and invokes the StatsChanged event.

 

Properties


Name

Description

Public property

RxCount

Gets or sets the RxCount property, which represents the count of received items.

Public property

TxCount

Gets or sets the transaction count as a UInt128 value.

 

Events


Name

Description

Public event

StatsChanged

Event that is raised when the stats have changed.

 

See Also


CommsStats Class

BNCS.Core.DriverFramework.Classes Namespace