Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
Classes | |
class | EightPSKRFPowerCapability1Numbers |
Defines meaningful names for particular values of the eightPSKRFPowerCapability1 field More... | |
class | EightPSKRFPowerCapability2Numbers |
Defines meaningful names for particular values of the eightPSKRFPowerCapability2 field More... | |
class | ModulationCapabilityNumbers |
Defines meaningful names for particular values of the modulationCapability field More... | |
Public Member Functions | |
NAS1790_TeightPSKStruct () | |
The default constructor. | |
NAS1790_TeightPSKStruct (int argModulationCapability) | |
Constructs an instance of NAS1790_TeightPSKStruct with the specified mandatory components. More... | |
NAS1790_TeightPSKStruct (int argModulationCapability, int? argEightPSKRFPowerCapability1, int? argEightPSKRFPowerCapability2) | |
Constructs an instance of NAS1790_TeightPSKStruct with the specified components. More... | |
override bool | Equals (object right) |
Determines whether the specified object is equal to the current object. More... | |
override int | GetHashCode () |
Represents a hash function for a particular type. More... | |
object | Copy () |
Creates a deep copy of this object. More... | |
Properties | |
int | ModulationCapability [get, set] |
Field 'modulationCapability' (mandatory) The NAS1790_TeightPSKStruct.ModulationCapabilityNumbers class defines meaningful names for particular values of the field | |
bool | EightPSKRFPowerCapability1Present [get] |
Field 'eightPSKRFPowerCapability1Present' (mandatory, readonly) | |
int? | EightPSKRFPowerCapability1 [get, set] |
Field 'eightPSKRFPowerCapability1' (optional) The NAS1790_TeightPSKStruct.EightPSKRFPowerCapability1Numbers class defines meaningful names for particular values of the field | |
bool | EightPSKRFPowerCapability2Present [get] |
Field 'eightPSKRFPowerCapability2Present' (mandatory, readonly) | |
int? | EightPSKRFPowerCapability2 [get, set] |
Field 'eightPSKRFPowerCapability2' (optional) The NAS1790_TeightPSKStruct.EightPSKRFPowerCapability2Numbers class defines meaningful names for particular values of the field | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_TeightPSKStruct
with the specified mandatory components.
argModulationCapability | The value of the modulationCapability mandatory field |
|
inline |
Constructs an instance of NAS1790_TeightPSKStruct
with the specified components.
argModulationCapability | The value of the modulationCapability mandatory field |
argEightPSKRFPowerCapability1 | The value of the eightPSKRFPowerCapability1 optional field |
argEightPSKRFPowerCapability2 | The value of the eightPSKRFPowerCapability2 optional field |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.