C# Class BgApiDriver.BgApi.ble_msg_gap_scan_response_evt_t

Inheritance: BgApiEvent
Show file Open project: ahouben/BleDriver.NET

Public Properties

Property Type Description
address_type int
bond int
data byte[]
packet_type int
rssi int
sender bd_addr

Property Details

address_type public property

public int address_type
return int

bond public property

public int bond
return int

data public property

public byte[] data
return byte[]

packet_type public property

public int packet_type
return int

rssi public property

public int rssi
return int

sender public property

public bd_addr,BgApiDriver sender
return bd_addr