Class CecAdapterStats
- Namespace
- CecSharp
- Assembly
- LibCecSharp.dll
Statistics about traffic on the CEC line
public class CecAdapterStats
- Inheritance
-
CecAdapterStats
- Inherited Members
Properties
RxError
public uint RxError { get; set; }
Property Value
RxTotal
public uint RxTotal { get; set; }
Property Value
TxAck
public uint TxAck { get; set; }
Property Value
TxError
public uint TxError { get; set; }
Property Value
TxNack
public uint TxNack { get; set; }