System.Tether.Manager.TTetheringError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringError = (InitAdapterError);

C++

enum class DECLSPEC_DENUM TTetheringError : unsigned char { InitAdapterError };

Properties

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

Description

The enumeration for tethering errors.

Available values are:

  • InitAdapterError

See Also