Class RfidGlobalData
Global data object to hold capabilities and configurations.
Inheritance
System.Object
RfidGlobalData
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 RfidGlobalData
Constructors
RfidGlobalData()
Declaration
public RfidGlobalData()
Properties
ActiveCommunicationStandardInfo
Get Set ActiveCommunicationStandardInfo
Declaration
public ReaderRegion.CommunicationStandardInfo ActiveCommunicationStandardInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ReaderRegion.CommunicationStandardInfo |
ActiveRegionInfo
Get Set activeRegionInfo
Declaration
public ReaderRegion.ActiveRegionInfo ActiveRegionInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ReaderRegion.ActiveRegionInfo |
UserNVM
User NVM
Declaration
public UserNVM UserNVM { get; set; }
Property Value
| Type | Description |
|---|---|
| Zebra.NGE.API.UserNVM |
Methods
Finalize()
Declaration
protected void Finalize()