C# 클래스 ATTClient.IndicatedEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
attrhandle System.UInt16
connection Byte

공개 메소드들

메소드 설명
IndicatedEventArgs ( Byte connection, UInt16 attrhandle )

메소드 상세

IndicatedEventArgs() 공개 메소드

public IndicatedEventArgs ( Byte connection, UInt16 attrhandle )
connection Byte
attrhandle System.UInt16

프로퍼티 상세

attrhandle 공개적으로 프로퍼티

public UInt16,System attrhandle
리턴 System.UInt16

connection 공개적으로 프로퍼티

public Byte connection
리턴 Byte