C# Class System.GetCountersEventArgs

Inheritance: EventArgs
Datei anzeigen Open project: jrowberg/bglib

Public Properties

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

Public Methods

Method Description
GetCountersEventArgs ( Byte txok, Byte txretry, Byte rxok, Byte rxfail, Byte mbuf )

Method Details

GetCountersEventArgs() public method

public GetCountersEventArgs ( Byte txok, Byte txretry, Byte rxok, Byte rxfail, Byte mbuf )
txok Byte
txretry Byte
rxok Byte
rxfail Byte
mbuf Byte

Property Details

mbuf public_oe property

public Byte mbuf
return Byte

rxfail public_oe property

public Byte rxfail
return Byte

rxok public_oe property

public Byte rxok
return Byte

txok public_oe property

public Byte txok
return Byte

txretry public_oe property

public Byte txretry
return Byte