C# 클래스 Connection.StatusEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
address Byte[]
address_type Byte
bonding Byte
conn_interval System.UInt16
connection Byte
flags Byte
latency System.UInt16
timeout System.UInt16

공개 메소드들

메소드 설명
StatusEventArgs ( Byte connection, Byte flags, Byte address, Byte address_type, UInt16 conn_interval, UInt16 timeout, UInt16 latency, Byte bonding )

메소드 상세

StatusEventArgs() 공개 메소드

public StatusEventArgs ( Byte connection, Byte flags, Byte address, Byte address_type, UInt16 conn_interval, UInt16 timeout, UInt16 latency, Byte bonding )
connection Byte
flags Byte
address Byte
address_type Byte
conn_interval System.UInt16
timeout System.UInt16
latency System.UInt16
bonding Byte

프로퍼티 상세

address 공개적으로 프로퍼티

public Byte[] address
리턴 Byte[]

address_type 공개적으로 프로퍼티

public Byte address_type
리턴 Byte

bonding 공개적으로 프로퍼티

public Byte bonding
리턴 Byte

conn_interval 공개적으로 프로퍼티

public UInt16,System conn_interval
리턴 System.UInt16

connection 공개적으로 프로퍼티

public Byte connection
리턴 Byte

flags 공개적으로 프로퍼티

public Byte flags
리턴 Byte

latency 공개적으로 프로퍼티

public UInt16,System latency
리턴 System.UInt16

timeout 공개적으로 프로퍼티

public UInt16,System timeout
리턴 System.UInt16