C# 클래스 ATTClient.AttributeValueEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
atthandle System.UInt16
connection Byte
type Byte
value Byte[]

공개 메소드들

메소드 설명
AttributeValueEventArgs ( Byte connection, UInt16 atthandle, Byte type, Byte value )

메소드 상세

AttributeValueEventArgs() 공개 메소드

public AttributeValueEventArgs ( Byte connection, UInt16 atthandle, Byte type, Byte value )
connection Byte
atthandle System.UInt16
type Byte
value Byte

프로퍼티 상세

atthandle 공개적으로 프로퍼티

public UInt16,System atthandle
리턴 System.UInt16

connection 공개적으로 프로퍼티

public Byte connection
리턴 Byte

type 공개적으로 프로퍼티

public Byte type
리턴 Byte

value 공개적으로 프로퍼티

public Byte[] value
리턴 Byte[]