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

Represents the A5Bits type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 A5Bits ()
 The default constructor.
 
 A5Bits (bool argEncryptionAlgorithmA57Supported, bool argEncryptionAlgorithmA56Supported, bool argEncryptionAlgorithmA55Supported, bool argEncryptionAlgorithmA54Supported)
 Constructs an instance of A5Bits 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

bool EncryptionAlgorithmA57Supported [get, set]
 Field 'encryptionAlgorithmA57Supported' (mandatory)
 
bool EncryptionAlgorithmA56Supported [get, set]
 Field 'encryptionAlgorithmA56Supported' (mandatory)
 
bool EncryptionAlgorithmA55Supported [get, set]
 Field 'encryptionAlgorithmA55Supported' (mandatory)
 
bool EncryptionAlgorithmA54Supported [get, set]
 Field 'encryptionAlgorithmA54Supported' (mandatory)
 

Detailed Description

Represents the A5Bits type

Constructor & Destructor Documentation

◆ A5Bits()

Oss.Nas1790.A5Bits.A5Bits ( bool  argEncryptionAlgorithmA57Supported,
bool  argEncryptionAlgorithmA56Supported,
bool  argEncryptionAlgorithmA55Supported,
bool  argEncryptionAlgorithmA54Supported 
)
inline

Constructs an instance of A5Bits with the specified components.

Parameters
argEncryptionAlgorithmA57SupportedThe value of the encryptionAlgorithmA57Supported mandatory field
argEncryptionAlgorithmA56SupportedThe value of the encryptionAlgorithmA56Supported mandatory field
argEncryptionAlgorithmA55SupportedThe value of the encryptionAlgorithmA55Supported mandatory field
argEncryptionAlgorithmA54SupportedThe value of the encryptionAlgorithmA54Supported mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.