Class REGULATORY_CONFIG_DATA
Inheritance
System.Object
REGULATORY_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()
Assembly: rfid.netcore.dll
Syntax
public class REGULATORY_CONFIG_DATA
Constructors
REGULATORY_CONFIG_DATA()
Declaration
public REGULATORY_CONFIG_DATA()
REGULATORY_CONFIG_DATA(NGE_REGUALTORY_CODE, String, REG_REGION_DOMAIN, Byte, UInt32[], CHANNEL_TIMING, UInt16, UInt16, Boolean, REGULATORY_LINKPROFILE_DATA)
Declaration
public REGULATORY_CONFIG_DATA(NGE_REGUALTORY_CODE regulatoryCode, string regulatoryName, REG_REGION_DOMAIN regulatoryDomain, byte noOfChannels, uint[] channelFreqList, CHANNEL_TIMING regulatoryChannelTiming, ushort maxRFPower, ushort defaultRFPower, bool hop_channel_Configurable, REGULATORY_LINKPROFILE_DATA linkProfileData)
Parameters
Fields
channelFreqList
Declaration
public uint[] channelFreqList
Field Value
| Type |
Description |
| System.UInt32[] |
|
defaultRFPower
Declaration
public ushort defaultRFPower
Field Value
| Type |
Description |
| System.UInt16 |
|
hop_channel_Configurable
Declaration
public bool hop_channel_Configurable
Field Value
| Type |
Description |
| System.Boolean |
|
linkProfileData
Declaration
public REGULATORY_LINKPROFILE_DATA linkProfileData
Field Value
maxRFPower
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
noOfChannels
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
regulatoryChannelTiming
Declaration
public CHANNEL_TIMING regulatoryChannelTiming
Field Value
regulatoryCode
Declaration
public NGE_REGUALTORY_CODE regulatoryCode
Field Value
regulatoryDomain
Declaration
public REG_REGION_DOMAIN regulatoryDomain
Field Value
regulatoryName
Declaration
public string regulatoryName
Field Value
| Type |
Description |
| System.String |
|