C# 클래스 ATTClient.AttributeFoundEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
chrdecl System.UInt16
connection Byte
properties Byte
uuid Byte[]
value System.UInt16

공개 메소드들

메소드 설명
AttributeFoundEventArgs ( Byte connection, UInt16 chrdecl, UInt16 value, Byte properties, Byte uuid )

메소드 상세

AttributeFoundEventArgs() 공개 메소드

public AttributeFoundEventArgs ( Byte connection, UInt16 chrdecl, UInt16 value, Byte properties, Byte uuid )
connection Byte
chrdecl System.UInt16
value System.UInt16
properties Byte
uuid Byte

프로퍼티 상세

chrdecl 공개적으로 프로퍼티

public UInt16,System chrdecl
리턴 System.UInt16

connection 공개적으로 프로퍼티

public Byte connection
리턴 Byte

properties 공개적으로 프로퍼티

public Byte properties
리턴 Byte

uuid 공개적으로 프로퍼티

public Byte[] uuid
리턴 Byte[]

value 공개적으로 프로퍼티

public UInt16,System value
리턴 System.UInt16