C# 클래스 System.GetCountersEventArgs

상속: EventArgs
파일 보기 프로젝트 열기: jrowberg/bglib

공개 프로퍼티들

프로퍼티 타입 설명
mbuf Byte
rxfail Byte
rxok Byte
txok Byte
txretry Byte

공개 메소드들

메소드 설명
GetCountersEventArgs ( Byte txok, Byte txretry, Byte rxok, Byte rxfail, Byte mbuf )

메소드 상세

GetCountersEventArgs() 공개 메소드

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

프로퍼티 상세

mbuf 공개적으로 프로퍼티

public Byte mbuf
리턴 Byte

rxfail 공개적으로 프로퍼티

public Byte rxfail
리턴 Byte

rxok 공개적으로 프로퍼티

public Byte rxok
리턴 Byte

txok 공개적으로 프로퍼티

public Byte txok
리턴 Byte

txretry 공개적으로 프로퍼티

public Byte txretry
리턴 Byte