Class LLRPConnectionConfig
This class contains the LLRP Connection Configuration required for Server/Client connectivity
Inheritance
System.Object
LLRPConnectionConfig
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 LLRPConnectionConfig
Constructors
LLRPConnectionConfig()
LLRPConnectionConfig contructor
Declaration
public LLRPConnectionConfig()
LLRPConnectionConfig(Boolean, UInt32, String)
Overloaded contructor takes server port number, isClient boolean and host server IP as parameter
Declaration
public LLRPConnectionConfig(bool isCient, uint port, string hostServerIP)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isCient | Configure LLRP as a client |
| System.UInt32 | port | LLRP Server's port number |
| System.String | hostServerIP | IP address of the LLRP server the reader needs to connect to while in client mode |
Properties
HostServerIP
Gets or sets the password used to connect with the reader
Declaration
public string HostServerIP { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsClient
Gets or sets the boolean if configure LLRP as a client
Declaration
public bool IsClient { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Port
Gets or sets the LLRP Server's port number
Declaration
public uint Port { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
SecureModeConfig
Gets LLRP Secure Connection Info parameters
Declaration
public SecureModeConfig SecureModeConfig { get; }
Property Value
| Type | Description |
|---|---|
| SecureModeConfig |