System.Tether.AppProfile.TTetheringRemoteKind
Delphi
TTetheringRemoteKind = (Shared, Mirror);
C++
enum class DECLSPEC_DENUM TTetheringRemoteKind : unsigned char { Shared, Mirror };
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
enum | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | System.Tether.AppProfile |
Description
Détermine si la valeur d'un élément est définie sur l'application qui publie l'élément (Shared) ou est mise en miroir à partir d'un autre élément, distant (Mirror).