C# Class Connection.StatusEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jrowberg/bglib

Méthodes publiques

Свойство Type Description
address Byte[]
address_type Byte
bonding Byte
conn_interval System.UInt16
connection Byte
flags Byte
latency System.UInt16
timeout System.UInt16

Méthodes publiques

Méthode Description
StatusEventArgs ( Byte connection, Byte flags, Byte address, Byte address_type, UInt16 conn_interval, UInt16 timeout, UInt16 latency, Byte bonding )

Method Details

StatusEventArgs() public méthode

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
Résultat Byte[]

address_type public_oe property

public Byte address_type
Résultat Byte

bonding public_oe property

public Byte bonding
Résultat Byte

conn_interval public_oe property

public UInt16,System conn_interval
Résultat System.UInt16

connection public_oe property

public Byte connection
Résultat Byte

flags public_oe property

public Byte flags
Résultat Byte

latency public_oe property

public UInt16,System latency
Résultat System.UInt16

timeout public_oe property

public UInt16,System timeout
Résultat System.UInt16