C# 클래스 System.GetInfoEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
build UInt16
hw Byte
ll_version UInt16
major UInt16
minor UInt16
patch UInt16
protocol_version Byte

공개 메소드들

메소드 설명
GetInfoEventArgs ( UInt16 major, UInt16 minor, UInt16 patch, UInt16 build, UInt16 ll_version, Byte protocol_version, Byte hw )

메소드 상세

GetInfoEventArgs() 공개 메소드

public GetInfoEventArgs ( UInt16 major, UInt16 minor, UInt16 patch, UInt16 build, UInt16 ll_version, Byte protocol_version, Byte hw )
major UInt16
minor UInt16
patch UInt16
build UInt16
ll_version UInt16
protocol_version Byte
hw Byte

프로퍼티 상세

build 공개적으로 프로퍼티

public UInt16,System build
리턴 UInt16

hw 공개적으로 프로퍼티

public Byte hw
리턴 Byte

ll_version 공개적으로 프로퍼티

public UInt16,System ll_version
리턴 UInt16

major 공개적으로 프로퍼티

public UInt16,System major
리턴 UInt16

minor 공개적으로 프로퍼티

public UInt16,System minor
리턴 UInt16

patch 공개적으로 프로퍼티

public UInt16,System patch
리턴 UInt16

protocol_version 공개적으로 프로퍼티

public Byte protocol_version
리턴 Byte