Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
|
| NAS1790_Tbands () |
| The default constructor.
|
|
| NAS1790_Tbands (bool argGsm1800, bool argEgsmOrRGSM, bool argPgsm) |
| Constructs an instance of NAS1790_Tbands 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...
|
|
|
bool | Gsm1800 [get, set] |
| Field 'gsm1800' (mandatory)
|
|
bool | EgsmOrRGSM [get, set] |
| Field 'egsmOrRGSM' (mandatory)
|
|
bool | Pgsm [get, set] |
| Field 'pgsm' (mandatory)
|
|
Represents the SEQUENCE
type
◆ NAS1790_Tbands()
Oss.Nas1790.NAS1790_Tbands.NAS1790_Tbands |
( |
bool |
argGsm1800, |
|
|
bool |
argEgsmOrRGSM, |
|
|
bool |
argPgsm |
|
) |
| |
|
inline |
Constructs an instance of NAS1790_Tbands
with the specified components.
- Parameters
-
argGsm1800 | The value of the gsm1800 mandatory field |
argEgsmOrRGSM | The value of the egsmOrRGSM mandatory field |
argPgsm | The value of the pgsm mandatory field |
◆ Copy()
object Oss.Nas1790.NAS1790_Tbands.Copy |
( |
| ) |
|
|
inline |
Creates a deep copy of this object.
- Returns
- A new object that is a deep copy of this instance.
◆ Equals()
override bool Oss.Nas1790.NAS1790_Tbands.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The object to compare with this object. |
- Returns
true
when the specified object is equal to the current object; otherwise, false.
◆ GetHashCode()
override int Oss.Nas1790.NAS1790_Tbands.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.