C# Class BgApiDriver.BgApi.ble_msg_system_get_counters_rsp_t

Inheritance: BgApiResponse
Show file Open project: ahouben/BleDriver.NET

Public Properties

Property Type Description
mbuf int
rxfail int
rxok int
txok int
txretry int

Property Details

mbuf public property

public int mbuf
return int

rxfail public property

public int rxfail
return int

rxok public property

public int rxok
return int

txok public property

public int txok
return int

txretry public property

public int txretry
return int