Click or drag to resize

BleScanRecord Class

Broadcasting information from devices scanned by BLE.
Inheritance Hierarchy
SystemObject
  AC908_SDKBleScanRecord

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class BleScanRecord

The BleScanRecord type exposes the following members.

Properties
  NameDescription
Public propertyBroadcastName
Gets the broadcast device name.
Public propertyId
Gets the identifier. (iOS only)
Public propertyMacAddress
Gets the MAC address. (Android only)
Public propertyRssi
Gets the RSSI.
Public propertyUuids
Gets the supproted profile UUIDs.
Top
See Also