Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
Public Member Functions | |
NAS1790_TumtsAlgorithms () | |
The default constructor. | |
NAS1790_TumtsAlgorithms (Oss.Nas1790.UmtsEncryptionAlgorithmsSupported argUmtsEncryptionAlgorithmsSupported, Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported argUmtsIdentityProtectionAlgorithmsSupported) | |
Constructs an instance of NAS1790_TumtsAlgorithms with the specified mandatory components. More... | |
NAS1790_TumtsAlgorithms (Oss.Nas1790.UmtsEncryptionAlgorithmsSupported argUmtsEncryptionAlgorithmsSupported, Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported argUmtsIdentityProtectionAlgorithmsSupported, Oss.Nas1790.NAS1790_TgprsAlgorithms argGprsAlgorithms) | |
Constructs an instance of NAS1790_TumtsAlgorithms 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.UmtsEncryptionAlgorithmsSupported | UmtsEncryptionAlgorithmsSupported [get, set] |
Field 'umtsEncryptionAlgorithmsSupported' (mandatory) | |
int | Spare2 [get] |
Field 'spare2' (mandatory, readonly) | |
Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported | UmtsIdentityProtectionAlgorithmsSupported [get, set] |
Field 'umtsIdentityProtectionAlgorithmsSupported' (mandatory) | |
Oss.Nas1790.NAS1790_TgprsAlgorithms | GprsAlgorithms [get, set] |
Field 'gprsAlgorithms' (optional) | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_TumtsAlgorithms
with the specified mandatory components.
argUmtsEncryptionAlgorithmsSupported | The value of the umtsEncryptionAlgorithmsSupported mandatory field |
argUmtsIdentityProtectionAlgorithmsSupported | The value of the umtsIdentityProtectionAlgorithmsSupported mandatory field |
|
inline |
Constructs an instance of NAS1790_TumtsAlgorithms
with the specified components.
argUmtsEncryptionAlgorithmsSupported | The value of the umtsEncryptionAlgorithmsSupported mandatory field |
argUmtsIdentityProtectionAlgorithmsSupported | The value of the umtsIdentityProtectionAlgorithmsSupported mandatory field |
argGprsAlgorithms | The value of the gprsAlgorithms 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.