C# Class BgApiDriver.BgApi.ble_msg_attributes_read_rsp_t

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

Public Properties

Property Type Description
handle int
offset int
value byte[]

Property Details

handle public property

public int handle
return int

offset public property

public int offset
return int

value public property

public byte[] value
return byte[]