Constructor fo a card terminal configuration record.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub New( _
ByVal assignedName As String _
)
This language is not supported or no code example is available.
public CardTerminalConfig(
string assignedName
)
This language is not supported or no code example is available.
public:
CardTerminalConfig(
String^ assignedName
)
This language is not supported or no code example is available.
Parameters
- assignedName
-
Type: string
Name of the assigned.
Marc, 9/29/2022.