Class AntennaPortInfo
Contains the result of Antenna Port on operation performed.
Inheritance
System.Object
AntennaPortInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class AntennaPortInfo
Constructors
AntennaPortInfo()
Constructor
Declaration
public AntennaPortInfo()
Properties
ReceivePort
Antenna Physical Receive port or Receive Beam of Tag operation.
Declaration
public ushort ReceivePort { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
TransmitPort
Antenna Physical Transmit port or Transmit Beam of Tag operation.
Declaration
public ushort TransmitPort { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |