C# Class Connection.StatusEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: jrowberg/bglib

Public Properties

Property Type Description
address Byte[]
address_type Byte
bonding Byte
conn_interval System.UInt16
connection Byte
flags Byte
latency System.UInt16
timeout System.UInt16

Public Methods

Method Description
StatusEventArgs ( Byte connection, Byte flags, Byte address, Byte address_type, UInt16 conn_interval, UInt16 timeout, UInt16 latency, Byte bonding )

Method Details

StatusEventArgs() public method

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

Property Details

address public_oe property

public Byte[] address
return Byte[]

address_type public_oe property

public Byte address_type
return Byte

bonding public_oe property

public Byte bonding
return Byte

conn_interval public_oe property

public UInt16,System conn_interval
return System.UInt16

connection public_oe property

public Byte connection
return Byte

flags public_oe property

public Byte flags
return Byte

latency public_oe property

public UInt16,System latency
return System.UInt16

timeout public_oe property

public UInt16,System timeout
return System.UInt16