DevicePairingUI.h
namespace VerifoneSdk
Functions
delegate void UiUpdate (System::String *text)
class DevicePairingUI : public System::Windows::Forms::Form
Public Functions
DevicePairingUI(VerifoneSdk::PaymentSdk *payment_sdk)
void updateList(String *a)
Public Members
System::Windows::Forms::ListView *device_list_
DeviceListener *device_listener_
DeviceScanner *device_scanner_
System::Windows::Forms::Button *Scan
Protected Functions
~DevicePairingUI()
Private Functions
System::Void StartScan(System::Object *sender, System::EventArgs *e)
System::Void ConnectFromSelection(System::Object *sender, System::Windows::Forms::ListViewItemSelectionChangedEventArgs *e)
inline void InitializeComponent(void)
- Required method for Designer support - do not modify the contents of this method with the code editor.
Private Members
PaymentSdk *payment_sdk_
System::ComponentModel::Container *components
class DeviceListener : public VerifoneSdk::DeviceScanListenerInterface
Public Functions
DeviceListener(DevicePairingUI *device_pairing_ui)
virtual void DeviceFound(String *identifier, VerifoneSdk::PsdkDeviceInformation device_information) override
virtual void DeviceLost(String *identifier) override
virtual void ScanStarted() override
- The scan has started.
virtual void ScanEnded(Int32 status_code, String *message) override
Public Members
DevicePairingUI *device_pairing_ui_