Represents the DetachRequest-ueTerminated
type
More...
Inherits Oss.Nas.Sequence.
Public Member Functions | |
DetachRequestUeTerminated () | |
The default constructor. | |
DetachRequestUeTerminated (Oss.Nas1790.DetachTypeUETerminated argDetachType) | |
Constructs an instance of DetachRequestUeTerminated with the specified mandatory components. More... | |
DetachRequestUeTerminated (Oss.Nas1790.DetachTypeUETerminated argDetachType, int? argEmmCause, Oss.Nas1790.GPRSTimer3 argLowerBoundTimerValue, Oss.Nas1790.TrackingAreaIdentityList argForbidden5GSTrackingAreaforRoaming, Oss.Nas1790.TrackingAreaIdentityList argForbidden5GSTrackingAreaforRegionalProvision) | |
Constructs an instance of DetachRequestUeTerminated 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.DetachTypeUETerminated | DetachType [get, set] |
Field 'detachType' (mandatory) | |
int | SpareHalfOctet [get] |
Field 'spareHalfOctet' (mandatory, readonly) | |
int? | EmmCause [get, set] |
Field 'emmCause' (optional) The EMMCause class defines meaningful names for particular values of the field | |
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) | |
Represents the DetachRequest-ueTerminated
type
|
inline |
Constructs an instance of DetachRequestUeTerminated
with the specified mandatory components.
argDetachType | The value of the detachType mandatory field |
|
inline |
Constructs an instance of DetachRequestUeTerminated
with the specified components.
argDetachType | The value of the detachType mandatory field |
argEmmCause | The value of the emmCause optional field |
argLowerBoundTimerValue | The value of the lowerBoundTimerValue optional field |
argForbidden5GSTrackingAreaforRoaming | The value of the forbidden5GSTrackingAreaforRoaming optional field |
argForbidden5GSTrackingAreaforRegionalProvision | The value of the forbidden5GSTrackingAreaforRegionalProvision optional field |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.