Click or drag to resize

Host Class

Provides APIs to access the host (computer, mobile phone) information.
Inheritance Hierarchy
SystemObject
  com.gigatmsHost

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class Host

The Host type exposes the following members.

Constructors
  NameDescription
Public methodHost
Initializes a new instance of the Host class
Top
Properties
  NameDescription
Public propertyBleDeviceSearcherEnabled
Start/stop searching for BLE devices.
Public propertyNetDeviceSearcherEnabled
Start/stop searching for Wi-Fi devices.
Top
Methods
  NameDescription
Public methodClearPortList
Clear inner port list and release memory.
Public methodGetBlePortInfo
Gets the details of the specified BLE port name.
Public methodGetPortCount Obsolete.
Gets the total number of ports in discovered. This API is now obsolete. Use GetPortNames instead.
Public methodGetPortName Obsolete.
Gets the specified index port name in the ports list. This API is now obsolete. Use GetPortNames instead.
Public methodGetPortNames
Gets the currently available port names.
Top
Events
  NameDescription
Public eventOnPortStateChanged
Indicates that the port connection status is changed.
Top
See Also