OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.NAS1790_Tbands Class Reference

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 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...
 

Properties

bool Gsm1800 [get, set]
 Field 'gsm1800' (mandatory)
 
bool EgsmOrRGSM [get, set]
 Field 'egsmOrRGSM' (mandatory)
 
bool Pgsm [get, set]
 Field 'pgsm' (mandatory)
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ 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
argGsm1800The value of the gsm1800 mandatory field
argEgsmOrRGSMThe value of the egsmOrRGSM mandatory field
argPgsmThe value of the pgsm mandatory field

Member Function Documentation

◆ 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
rightThe 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.