System.Beacon.TBeaconInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBeaconInfo = record

C++

struct DECLSPEC_DRECORD TBeaconInfo
{
public:
    GUID GUID;
    System::Word Major;
    System::Word Minor;
    System::Word BeaconType;
    int TxPower;
    System::Byte AdditionalData;
    TKindofBeacon KindofBeacon;
    TEddystoneBeaconInfo EddystoneBeacon;
    System::UnicodeString DeviceIdentifier;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


Description

Le type d'enregistrement TBeaconInfo contient les informations analysées reçues du beacon.

Voir aussi