System.Tether.Manager.TTetheringAdapter.TTetheringLogItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringLogItem = (Manager, Adapter, Protocol, Comm, CommThread, Profile);

C++

enum class DECLSPEC_DENUM TTetheringLogItem : unsigned char { Manager, Adapter, Protocol, Comm, CommThread, Profile };

Properties

Type Visibility Source Unit Parent
enum public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Represents an item of the app tethering architecture that can log information.

This type is part of the app tethering logging system.

See Also