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

Represents the type of the gsm400 field More...

Inherits Sequence.

Public Member Functions

 Gsm400Type ()
 The default constructor. More...
 
 Gsm400Type (bool argGsm450BandSupported, bool argGsm480BandSupported, int argAssociatedRadioCapability)
 Constructs an instance of Gsm400Type 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 Gsm450BandSupported [get, set]
 Field 'gsm450BandSupported' (mandatory) More...
 
bool Gsm480BandSupported [get, set]
 Field 'gsm480BandSupported' (mandatory) More...
 
int AssociatedRadioCapability [get, set]
 Field 'associatedRadioCapability' (mandatory) More...
 

Detailed Description

Represents the type of the gsm400 field

Constructor & Destructor Documentation

◆ Gsm400Type() [1/2]

Oss.Nas1670.MobileStationClassmark3.Gsm400Type.Gsm400Type ( )
inline

The default constructor.

◆ Gsm400Type() [2/2]

Oss.Nas1670.MobileStationClassmark3.Gsm400Type.Gsm400Type ( bool  argGsm450BandSupported,
bool  argGsm480BandSupported,
int  argAssociatedRadioCapability 
)
inline

Constructs an instance of Gsm400Type with the specified components.

Parameters
argGsm450BandSupportedThe value of the gsm450BandSupported mandatory field
argGsm480BandSupportedThe value of the gsm480BandSupported mandatory field
argAssociatedRadioCapabilityThe value of the associatedRadioCapability mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.MobileStationClassmark3.Gsm400Type.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.Gsm400Type.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.Gsm400Type.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.Gsm400Type.AssociatedRadioCapability
getset

Field 'associatedRadioCapability' (mandatory)

◆ Gsm450BandSupported

bool Oss.Nas1670.MobileStationClassmark3.Gsm400Type.Gsm450BandSupported
getset

Field 'gsm450BandSupported' (mandatory)

◆ Gsm480BandSupported

bool Oss.Nas1670.MobileStationClassmark3.Gsm400Type.Gsm480BandSupported
getset

Field 'gsm480BandSupported' (mandatory)