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

Represents the N1UENetworkCapability type More...

Inherits Oss.Nas.Sequence.

Classes

class  N3dataNumbers
 Defines meaningful names for particular values of the n3data field More...
 
class  Nas5GCPCIoTNumbers
 Defines meaningful names for particular values of the nas5GCPCIoT field More...
 
class  Nas5GEHCCPCIoTNumbers
 Defines meaningful names for particular values of the nas5GEHCCPCIoT field More...
 
class  Nas5GHCCPCIoTNumbers
 Defines meaningful names for particular values of the nas5GHCCPCIoT field More...
 
class  Nas5GPNBCIoTNumbers
 Defines meaningful names for particular values of the nas5GPNBCIoT field More...
 
class  Nas5GUPCIoTNumbers
 Defines meaningful names for particular values of the nas5GUPCIoT field More...
 

Public Member Functions

 N1UENetworkCapability ()
 The default constructor.
 
 N1UENetworkCapability (int argNas5GEHCCPCIoT, int argNas5GPNBCIoT, int argNas5GUPCIoT, int argNas5GHCCPCIoT, int argN3data, int argNas5GCPCIoT)
 Constructs an instance of N1UENetworkCapability 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

int Spare [get]
 Field 'spare' (mandatory, readonly)
 
int Nas5GEHCCPCIoT [get, set]
 Field 'nas5GEHCCPCIoT' (mandatory) The N1UENetworkCapability.Nas5GEHCCPCIoTNumbers class defines meaningful names for particular values of the field
 
int Nas5GPNBCIoT [get, set]
 Field 'nas5GPNBCIoT' (mandatory) The N1UENetworkCapability.Nas5GPNBCIoTNumbers class defines meaningful names for particular values of the field
 
int Nas5GUPCIoT [get, set]
 Field 'nas5GUPCIoT' (mandatory) The N1UENetworkCapability.Nas5GUPCIoTNumbers class defines meaningful names for particular values of the field
 
int Nas5GHCCPCIoT [get, set]
 Field 'nas5GHCCPCIoT' (mandatory) The N1UENetworkCapability.Nas5GHCCPCIoTNumbers class defines meaningful names for particular values of the field
 
int N3data [get, set]
 Field 'n3data' (mandatory) The N1UENetworkCapability.N3dataNumbers class defines meaningful names for particular values of the field
 
int Nas5GCPCIoT [get, set]
 Field 'nas5GCPCIoT' (mandatory) The N1UENetworkCapability.Nas5GCPCIoTNumbers class defines meaningful names for particular values of the field
 

Detailed Description

Represents the N1UENetworkCapability type

Constructor & Destructor Documentation

◆ N1UENetworkCapability()

Oss.Nas1790.N1UENetworkCapability.N1UENetworkCapability ( int  argNas5GEHCCPCIoT,
int  argNas5GPNBCIoT,
int  argNas5GUPCIoT,
int  argNas5GHCCPCIoT,
int  argN3data,
int  argNas5GCPCIoT 
)
inline

Constructs an instance of N1UENetworkCapability with the specified components.

Parameters
argNas5GEHCCPCIoTThe value of the nas5GEHCCPCIoT mandatory field
argNas5GPNBCIoTThe value of the nas5GPNBCIoT mandatory field
argNas5GUPCIoTThe value of the nas5GUPCIoT mandatory field
argNas5GHCCPCIoTThe value of the nas5GHCCPCIoT mandatory field
argN3dataThe value of the n3data mandatory field
argNas5GCPCIoTThe value of the nas5GCPCIoT mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.