Class REGION_CONFIG_DATA
Inheritance
System.Object
REGION_CONFIG_DATA
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 REGION_CONFIG_DATA
Constructors
REGION_CONFIG_DATA()
Declaration
public REGION_CONFIG_DATA()
REGION_CONFIG_DATA(REGION_CODE, COUNTRY_CODE, COMMUNICATION_STANDARDS, String, String, NGE_REGUALTORY_CODE, RFID_SKU)
Declaration
public REGION_CONFIG_DATA(REGION_CODE regionCode, COUNTRY_CODE countryCode, COMMUNICATION_STANDARDS commStnds, string isoRegionCode, string regionName, NGE_REGUALTORY_CODE ngeRegulatoryCode, RFID_SKU supportedSKU)
Parameters
| Type | Name | Description |
|---|---|---|
| REGION_CODE | regionCode | |
| COUNTRY_CODE | countryCode | |
| COMMUNICATION_STANDARDS | commStnds | |
| System.String | isoRegionCode | |
| System.String | regionName | |
| NGE_REGUALTORY_CODE | ngeRegulatoryCode | |
| RFID_SKU | supportedSKU |
Fields
commStnds
Declaration
public COMMUNICATION_STANDARDS commStnds
Field Value
| Type | Description |
|---|---|
| COMMUNICATION_STANDARDS |
countryCode
Declaration
public COUNTRY_CODE countryCode
Field Value
| Type | Description |
|---|---|
| COUNTRY_CODE |
isoRegionCode
Declaration
public string isoRegionCode
Field Value
| Type | Description |
|---|---|
| System.String |
ngeRegulatoryCode
Declaration
public NGE_REGUALTORY_CODE ngeRegulatoryCode
Field Value
| Type | Description |
|---|---|
| NGE_REGUALTORY_CODE |
regionCode
Declaration
public REGION_CODE regionCode
Field Value
| Type | Description |
|---|---|
| REGION_CODE |
regionName
Declaration
public string regionName
Field Value
| Type | Description |
|---|---|
| System.String |
supportedSKU
Declaration
public RFID_SKU supportedSKU
Field Value
| Type | Description |
|---|---|
| RFID_SKU |