The following tables list the members exposed by the CardTerminalBase type.

Name Description
Public property Config Boilerplate implementation of ICardTerminal.Config that simply returns the value of the protected member m_aConfig.
Public property FunctionalUnits Boilerplate implementation of ICardTerminal.FunctionalUnits that simply returns the value of the protected member m_nFunctionalUnits.
Public property InternalName Boilerplate implementation of ICardTerminal.InternalName that simply returns the value of the protected member m_sInternalName.
Public property ManufacturerName Boilerplate implementation of ICardTerminal.ManufacturerName that simply returns the value of the protected member m_sManufacturerName.
Public property PhysicalConnection Boilerplate implementation of ICardTerminal.PhysicalConnection that simply returns the value of the protected member m_sPhysicalConnection.
Public property ProductAdditionalInfo Boilerplate implementation of ICardTerminal.ProductAdditionalInfo that simply returns the value of the protected member m_sProductAdditionalInfo.
Public property ProductName Boilerplate implementation of ICardTerminal.ProductName that simply returns the value of the protected member m_sProductName.
Public property ProductSerialNumber Boilerplate implementation of ICardTerminal.ProductSerialNumber that simply returns the value of the protected member m_sProductSerialNumber.
Public property ProductVersion Boilerplate implementation of ICardTerminal.ProductVersion that simply returns the value of the protected member m_sProductVersion.
Public property Slots Boilerplate implementation of ICardTerminal.Slots that simply returns the value of the protected member m_nSlots.
Public property UserSlots Boilerplate implementation of ICardTerminal.UserSlots that simply returns the value of the protected member m_nUserSlots.
Top