C# Class Connection.StatusEventArgs

Inheritance: System.EventArgs
Show file 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 property

public Byte[] address
return Byte[]

address_type public property

public Byte address_type
return Byte

bonding public property

public Byte bonding
return Byte

conn_interval public property

public UInt16,System conn_interval
return System.UInt16

connection public property

public Byte connection
return Byte

flags public property

public Byte flags
return Byte

latency public property

public UInt16,System latency
return System.UInt16

timeout public property

public UInt16,System timeout
return System.UInt16