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.6.0.10 (2.6.0.10)
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
Enables/disables to search Wi-Fi device.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPortCount
Gets the total number of ports in current computer.
Public methodGetPortName
Gets the port name by indicating port index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventOnPortStateChanged
Indicates that the port connection status is changed.
Top
See Also