Class LLRPConnection
This class contains methods for set/get the LLRP connection configuration
Inheritance
System.Object
LLRPConnection
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 LLRPConnection
Properties
Config
LLRP Connection Configuration of the reader
Declaration
public LLRPConnectionConfig Config { get; set; }
Property Value
| Type | Description |
|---|---|
| LLRPConnectionConfig |
Methods
DisconnectFromReader()
This function initiates a LLRP disconnection from a reader
Declaration
public void DisconnectFromReader()
InitiateFromReader()
This function initiates a LLRP connection to a reader
Declaration
public void InitiateFromReader()