C# Class BgApiDriver.BgApi.ble_msg_attclient_attribute_value_evt_t

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

Public Properties

Property Type Description
atthandle int
connection int
type int
value byte[]

Property Details

atthandle public property

public int atthandle
return int

connection public property

public int connection
return int

type public property

public int type
return int

value public property

public byte[] value
return byte[]