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

Represents the ServiceAccept type More...

Inherits Sequence.

Public Member Functions

 ServiceAccept ()
 The default constructor. More...
 
 ServiceAccept (Oss.Nas1670.EPSBearerContextStatus argEpsBearerContextStatus, Oss.Nas1670.GPRSTimer argT3448Value)
 Constructs an instance of ServiceAccept 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

Oss.Nas1670.EPSBearerContextStatus EpsBearerContextStatus [get, set]
 Field 'epsBearerContextStatus' (optional) More...
 
Oss.Nas1670.GPRSTimer T3448Value [get, set]
 Field 't3448Value' (optional) More...
 

Detailed Description

Represents the ServiceAccept type

Constructor & Destructor Documentation

◆ ServiceAccept() [1/2]

Oss.Nas1670.ServiceAccept.ServiceAccept ( )
inline

The default constructor.

◆ ServiceAccept() [2/2]

Oss.Nas1670.ServiceAccept.ServiceAccept ( Oss.Nas1670.EPSBearerContextStatus  argEpsBearerContextStatus,
Oss.Nas1670.GPRSTimer  argT3448Value 
)
inline

Constructs an instance of ServiceAccept with the specified components.

Parameters
argEpsBearerContextStatusThe value of the epsBearerContextStatus optional field
argT3448ValueThe value of the t3448Value optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EpsBearerContextStatus

Oss.Nas1670.EPSBearerContextStatus Oss.Nas1670.ServiceAccept.EpsBearerContextStatus
getset

Field 'epsBearerContextStatus' (optional)

◆ T3448Value

Oss.Nas1670.GPRSTimer Oss.Nas1670.ServiceAccept.T3448Value
getset

Field 't3448Value' (optional)