System.Tether.Manager.TTetheringProfile.GetConnectedProfiles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnectedProfiles: TArray<TTetheringProfileInfo>; virtual;

C++

virtual System::DynamicArray<TTetheringProfileInfo> __fastcall GetConnectedProfiles(void);

Properties

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

Description

Returns the list of connected remote profiles as an array.

See Also