Click or drag to resize

DeviceInfo Class

Provides descriptions of a network device.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.DeviceDeviceInfo

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class DeviceInfo

The DeviceInfo type exposes the following members.

Constructors
 NameDescription
Public methodDeviceInfo Creates and initializes a new instance.
Top
Properties
 NameDescription
Public propertyIPGets the card's IP address where it listens for command connections.
Public propertyPortGets the TCP port number on which the card listens for command connections.
Public propertySerialNumberGets the UPnP serial number of the card, for example "SP300001".
Top
Methods
 NameDescription
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also