C# Class System.GetCountersEventArgs

Inheritance: EventArgs
Show file 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 property

public Byte mbuf
return Byte

rxfail public property

public Byte rxfail
return Byte

rxok public property

public Byte rxok
return Byte

txok public property

public Byte txok
return Byte

txretry public property

public Byte txretry
return Byte