Click or drag to resize

CardInfo Class

Contains identifying data for a discovered card.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibCardInfo

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public class CardInfo : IEquatable<CardInfo>

The CardInfo type exposes the following members.

Constructors
 NameDescription
Public methodCardInfo 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 methodEquals Performs deep comparison of this CardInfo with (an)other one.
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also