C# 클래스 Connection.VersionIndEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
comp_id System.UInt16
connection Byte
sub_vers_nr System.UInt16
vers_nr Byte

공개 메소드들

메소드 설명
VersionIndEventArgs ( Byte connection, Byte vers_nr, UInt16 comp_id, UInt16 sub_vers_nr )

메소드 상세

VersionIndEventArgs() 공개 메소드

public VersionIndEventArgs ( Byte connection, Byte vers_nr, UInt16 comp_id, UInt16 sub_vers_nr )
connection Byte
vers_nr Byte
comp_id System.UInt16
sub_vers_nr System.UInt16

프로퍼티 상세

comp_id 공개적으로 프로퍼티

public UInt16,System comp_id
리턴 System.UInt16

connection 공개적으로 프로퍼티

public Byte connection
리턴 Byte

sub_vers_nr 공개적으로 프로퍼티

public UInt16,System sub_vers_nr
리턴 System.UInt16

vers_nr 공개적으로 프로퍼티

public Byte vers_nr
리턴 Byte