Represents the ServiceRequest
type
More...
Inherits Oss.Nas.Sequence.
|
int | ProtocolDiscriminator [get, set] |
| Field 'protocolDiscriminator' (mandatory) The ProtocolDiscriminator class defines meaningful names for particular values of the field
|
|
int | SecurityHeaderType [get, set] |
| Field 'securityHeaderType' (mandatory) The SecurityHeaderType class defines meaningful names for particular values of the field
|
|
Oss.Nas1790.KSIAndSequenceNumber | KsiAndSequenceNumber [get, set] |
| Field 'ksiAndSequenceNumber' (mandatory)
|
|
int | Mac [get, set] |
| Field 'mac' (mandatory)
|
|
Represents the ServiceRequest
type
◆ ServiceRequest()
Oss.Nas1790.ServiceRequest.ServiceRequest |
( |
int |
argProtocolDiscriminator, |
|
|
int |
argSecurityHeaderType, |
|
|
Oss.Nas1790.KSIAndSequenceNumber |
argKsiAndSequenceNumber, |
|
|
int |
argMac |
|
) |
| |
|
inline |
Constructs an instance of ServiceRequest
with the specified components.
- Parameters
-
argProtocolDiscriminator | The value of the protocolDiscriminator mandatory field |
argSecurityHeaderType | The value of the securityHeaderType mandatory field |
argKsiAndSequenceNumber | The value of the ksiAndSequenceNumber mandatory field |
argMac | The value of the mac mandatory field |
◆ Copy()
object Oss.Nas1790.ServiceRequest.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.ServiceRequest.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The 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.ServiceRequest.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.