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

Represents the ServiceAccept type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 ServiceAccept ()
 The default constructor.
 
 ServiceAccept (Oss.Nas1790.EPSBearerContextStatus argEpsBearerContextStatus, Oss.Nas1790.GPRSTimer argT3448Value, Oss.Nas1790.EPSAdditionalRequestResult argEpsAdditionalRequestResult, Oss.Nas1790.GPRSTimer3 argLowerBoundTimerValue, Oss.Nas1790.TrackingAreaIdentityList argForbidden5GSTrackingAreaforRoaming, Oss.Nas1790.TrackingAreaIdentityList argForbidden5GSTrackingAreaforRegionalProvision)
 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.Nas1790.EPSBearerContextStatus EpsBearerContextStatus [get, set]
 Field 'epsBearerContextStatus' (optional)
 
Oss.Nas1790.GPRSTimer T3448Value [get, set]
 Field 't3448Value' (optional)
 
Oss.Nas1790.EPSAdditionalRequestResult EpsAdditionalRequestResult [get, set]
 Field 'epsAdditionalRequestResult' (optional)
 
Oss.Nas1790.GPRSTimer3 LowerBoundTimerValue [get, set]
 Field 'lowerBoundTimerValue' (optional)
 
Oss.Nas1790.TrackingAreaIdentityList Forbidden5GSTrackingAreaforRoaming [get, set]
 Field 'forbidden5GSTrackingAreaforRoaming' (optional)
 
Oss.Nas1790.TrackingAreaIdentityList Forbidden5GSTrackingAreaforRegionalProvision [get, set]
 Field 'forbidden5GSTrackingAreaforRegionalProvision' (optional)
 

Detailed Description

Represents the ServiceAccept type

Constructor & Destructor Documentation

◆ ServiceAccept()

Oss.Nas1790.ServiceAccept.ServiceAccept ( Oss.Nas1790.EPSBearerContextStatus  argEpsBearerContextStatus,
Oss.Nas1790.GPRSTimer  argT3448Value,
Oss.Nas1790.EPSAdditionalRequestResult  argEpsAdditionalRequestResult,
Oss.Nas1790.GPRSTimer3  argLowerBoundTimerValue,
Oss.Nas1790.TrackingAreaIdentityList  argForbidden5GSTrackingAreaforRoaming,
Oss.Nas1790.TrackingAreaIdentityList  argForbidden5GSTrackingAreaforRegionalProvision 
)
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
argEpsAdditionalRequestResultThe value of the epsAdditionalRequestResult optional field
argLowerBoundTimerValueThe value of the lowerBoundTimerValue optional field
argForbidden5GSTrackingAreaforRoamingThe value of the forbidden5GSTrackingAreaforRoaming optional field
argForbidden5GSTrackingAreaforRegionalProvisionThe value of the forbidden5GSTrackingAreaforRegionalProvision optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.