Getdeviceslist - SATO PV3 Manual

Xamarin sdk
Hide thumbs Also See for PV3:
Table of Contents

Advertisement

6-2-2 getDevicesList

Gets the data collctions containing the connection information discovered by
"refreshDeviceList" method.
[Parameters]
int interface type: communication type for getting device list
InterfaceType Enumeration
WI-FI
BLUETOOTH
[Syntax]
ObservableCollection<PrinterConnectionInformation> getDevicesList (int interfaceType)
[Returns]
ObservableCollection<PrinterConnectionInformation>: data collctions containing the
connection information.
class PrinterConnectionInformation
{
public InterfaceType IntefaceType { get; set; }
public string Name { get; set; }
public string Address
public string MacAddress { get; set; }
public string IpAddress { get; set; }
public string PortNumber { get; set; }
}
Properties
• InterfaceType: The communication type supported.
• Name: The display name for the device.
• Address: The address for the device (IP Address, S/N, or MAC address)
• MACAddress: MAC address or S/N for Bluetooth device.
• IPAddress: IP address for TCP communication.
• PortNumber: Port number for TCP communication.
Ver. 1.01
Value
1
Wi-Fi (wireless LAN)
4
Bluetooth
- 14 -
Xamarin SDK
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents