C# 클래스 ATTClient.GroupFoundEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
connection Byte
end UInt16
start UInt16
uuid Byte[]

공개 메소드들

메소드 설명
GroupFoundEventArgs ( Byte connection, UInt16 start, UInt16 end, Byte uuid )

메소드 상세

GroupFoundEventArgs() 공개 메소드

public GroupFoundEventArgs ( Byte connection, UInt16 start, UInt16 end, Byte uuid )
connection Byte
start System.UInt16
end System.UInt16
uuid Byte

프로퍼티 상세

connection 공개적으로 프로퍼티

public Byte connection
리턴 Byte

end 공개적으로 프로퍼티

public UInt16 end
리턴 UInt16

start 공개적으로 프로퍼티

public UInt16 start
리턴 UInt16

uuid 공개적으로 프로퍼티

public Byte[] uuid
리턴 Byte[]