Поделиться через


SmartCardAppletIdGroup Конструкторы

Определение

Перегрузки

SmartCardAppletIdGroup()

Инициализирует новый экземпляр класса SmartCardAppletIdGroup .

SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)

Инициализирует новый экземпляр класса SmartCardAppletIdGroup , используя указанные параметры.

SmartCardAppletIdGroup()

Инициализирует новый экземпляр класса SmartCardAppletIdGroup .

public:
 SmartCardAppletIdGroup();
 SmartCardAppletIdGroup();
public SmartCardAppletIdGroup();
function SmartCardAppletIdGroup()
Public Sub New ()

См. также раздел

Применяется к

SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)

Инициализирует новый экземпляр класса SmartCardAppletIdGroup , используя указанные параметры.

public:
 SmartCardAppletIdGroup(Platform::String ^ displayName, IVector<IBuffer ^> ^ appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
 SmartCardAppletIdGroup(winrt::hstring const& displayName, IVector<IBuffer> const& appletIds, SmartCardEmulationCategory const& emulationCategory, SmartCardEmulationType const& emulationType);
public SmartCardAppletIdGroup(string displayName, IList<IBuffer> appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
function SmartCardAppletIdGroup(displayName, appletIds, emulationCategory, emulationType)
Public Sub New (displayName As String, appletIds As IList(Of IBuffer), emulationCategory As SmartCardEmulationCategory, emulationType As SmartCardEmulationType)

Параметры

displayName
String

Platform::String

winrt::hstring

Имя этой группы идентификаторов applet.

appletIds

IVector<IBuffer>

IList<IBuffer>

Список идентификаторов апплетов.

emulationCategory
SmartCardEmulationCategory

Категория смарт-карта, к которой применяются идентификаторы applet, платежи карта или другие.

emulationType
SmartCardEmulationType

Тип смарт-карта, к которому применяются идентификаторы апплетов, карта узла или UICC.

См. также раздел

Применяется к