Class NXP.ChangeConfigParams
Parameters of the Change Config operation for NXP-G2iL tags
Inheritance
System.Object
NXP.ChangeConfigParams
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 ChangeConfigParams
Properties
AccessPassword
Access Password
Declaration
public uint AccessPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
NXPChangeConfigWord
Change Config Word. If this word is Zero, the status of the Config for the G2iL tag(s) will be reported back in the TagData.Otherwise, the Config word will be applied on the tag(s).
Declaration
public ushort NXPChangeConfigWord { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |