API:System.Beacon.TBeaconsRegion

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBeaconsRegion = record

C++

struct DECLSPEC_DRECORD TBeaconsRegion
{
public:
    TKindofBeacon KindofBeacon;
    union
    {
        struct
        {
            TiBAltBeaconRegion iBAltBeaconRegion;
        };
        struct
        {
            TEddysUIDRegion EddysUIDRegion;
        };
    };
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !