OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.MobileStationClassmark3.Tgsm400Type Class Reference

Represents the type of the tgsm400 field More...

Inherits Sequence.

Public Member Functions

 Tgsm400Type ()
 The default constructor. More...
 
 Tgsm400Type (bool argTgsmband410, bool argTgsmband380, int argAssociatedRadioCapability)
 Constructs an instance of Tgsm400Type 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 Tgsmband410 [get, set]
 Field 'tgsmband410' (mandatory) More...
 
bool Tgsmband380 [get, set]
 Field 'tgsmband380' (mandatory) More...
 
int AssociatedRadioCapability [get, set]
 Field 'associatedRadioCapability' (mandatory) More...
 

Detailed Description

Represents the type of the tgsm400 field

Constructor & Destructor Documentation

◆ Tgsm400Type() [1/2]

Oss.Nas1670.MobileStationClassmark3.Tgsm400Type.Tgsm400Type ( )
inline

The default constructor.

◆ Tgsm400Type() [2/2]

Oss.Nas1670.MobileStationClassmark3.Tgsm400Type.Tgsm400Type ( bool  argTgsmband410,
bool  argTgsmband380,
int  argAssociatedRadioCapability 
)
inline

Constructs an instance of Tgsm400Type with the specified components.

Parameters
argTgsmband410The value of the tgsmband410 mandatory field
argTgsmband380The value of the tgsmband380 mandatory field
argAssociatedRadioCapabilityThe value of the associatedRadioCapability mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.MobileStationClassmark3.Tgsm400Type.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.Nas1670.MobileStationClassmark3.Tgsm400Type.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.Nas1670.MobileStationClassmark3.Tgsm400Type.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AssociatedRadioCapability

int Oss.Nas1670.MobileStationClassmark3.Tgsm400Type.AssociatedRadioCapability
getset

Field 'associatedRadioCapability' (mandatory)

◆ Tgsmband380

bool Oss.Nas1670.MobileStationClassmark3.Tgsm400Type.Tgsmband380
getset

Field 'tgsmband380' (mandatory)

◆ Tgsmband410

bool Oss.Nas1670.MobileStationClassmark3.Tgsm400Type.Tgsmband410
getset

Field 'tgsmband410' (mandatory)