OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.SORTransparentContainerType0 Class Reference

Represents the SORTransparentContainerType0 type More...

Inherits Sequence.

Classes

class  HeaderTypeBody
 Represents the type of the header-type field More...
 
class  ListType
 Represents the type of the list field More...
 

Public Member Functions

 SORTransparentContainerType0 ()
 The default constructor. More...
 
 SORTransparentContainerType0 (Oss.Nas5GS1680.SORTransparentContainerType0.HeaderTypeBody argHeaderType, byte[] argSorMACIAUSF, int argCounterSOR, Oss.Nas5GS1680.SORTransparentContainerType0.ListType argList)
 Constructs an instance of SORTransparentContainerType0 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.Nas5GS1680.SORTransparentContainerType0.HeaderTypeBody HeaderType [get, set]
 Field 'header-type' (mandatory) More...
 
byte[] SorMACIAUSF [get, set]
 Field 'sor-MAC-IAUSF' (mandatory) More...
 
int CounterSOR [get, set]
 Field 'counterSOR' (mandatory) More...
 
Oss.Nas5GS1680.SORTransparentContainerType0.ListType List [get, set]
 Field 'list' (mandatory) More...
 

Detailed Description

Represents the SORTransparentContainerType0 type

Constructor & Destructor Documentation

◆ SORTransparentContainerType0() [1/2]

Oss.Nas5GS1680.SORTransparentContainerType0.SORTransparentContainerType0 ( )
inline

The default constructor.

◆ SORTransparentContainerType0() [2/2]

Oss.Nas5GS1680.SORTransparentContainerType0.SORTransparentContainerType0 ( Oss.Nas5GS1680.SORTransparentContainerType0.HeaderTypeBody  argHeaderType,
byte[]  argSorMACIAUSF,
int  argCounterSOR,
Oss.Nas5GS1680.SORTransparentContainerType0.ListType  argList 
)
inline

Constructs an instance of SORTransparentContainerType0 with the specified components.

Parameters
argHeaderTypeThe value of the header-type mandatory field
argSorMACIAUSFThe value of the sor-MAC-IAUSF mandatory field
argCounterSORThe value of the counterSOR mandatory field
argListThe value of the list mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.SORTransparentContainerType0.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.Nas5GS1680.SORTransparentContainerType0.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.Nas5GS1680.SORTransparentContainerType0.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CounterSOR

int Oss.Nas5GS1680.SORTransparentContainerType0.CounterSOR
getset

Field 'counterSOR' (mandatory)

◆ HeaderType

Oss.Nas5GS1680.SORTransparentContainerType0.HeaderTypeBody Oss.Nas5GS1680.SORTransparentContainerType0.HeaderType
getset

Field 'header-type' (mandatory)

◆ List

Oss.Nas5GS1680.SORTransparentContainerType0.ListType Oss.Nas5GS1680.SORTransparentContainerType0.List
getset

Field 'list' (mandatory)

◆ SorMACIAUSF

byte [] Oss.Nas5GS1680.SORTransparentContainerType0.SorMACIAUSF
getset

Field 'sor-MAC-IAUSF' (mandatory)