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

Represents the ContainerTypeNW type More...

Inherits Choice.

Public Types

enum  Id { Unselected = 0, ShortLengthChosen = 1, LongLengthChosen = 2 }
 CHOICE alternatives More...
 

Public Member Functions

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

Id Selected [get]
 Gets current selection More...
 
byte[]? ShortLength [get, set]
 Gets or selects the 'shortLength' alternative. More...
 
byte[]? LongLength [get, set]
 Gets or selects the 'longLength' alternative. More...
 

Detailed Description

Represents the ContainerTypeNW type

Member Enumeration Documentation

◆ Id

CHOICE alternatives

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.ContainerTypeNW.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.ContainerTypeNW.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, it returns false.

◆ GetHashCode()

override int Oss.Nas5GS1680.ContainerTypeNW.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ LongLength

byte []? Oss.Nas5GS1680.ContainerTypeNW.LongLength
getset

Gets or selects the 'longLength' alternative.

◆ Selected

Id Oss.Nas5GS1680.ContainerTypeNW.Selected
get

Gets current selection

◆ ShortLength

byte []? Oss.Nas5GS1680.ContainerTypeNW.ShortLength
getset

Gets or selects the 'shortLength' alternative.