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

Represents the RemoteUEReport type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 RemoteUEReport ()
 The default constructor.
 
 RemoteUEReport (Oss.Nas1790.RemoteUEContextList argRemoteUEContextConnected, Oss.Nas1790.RemoteUEContextList argRemoteUEContextDisconnected, Oss.Nas1790.PKMFAddress argProSeKeyManagementFunctionAddress)
 Constructs an instance of RemoteUEReport 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.Nas1790.RemoteUEContextList RemoteUEContextConnected [get, set]
 Field 'remoteUEContextConnected' (optional)
 
Oss.Nas1790.RemoteUEContextList RemoteUEContextDisconnected [get, set]
 Field 'remoteUEContextDisconnected' (optional)
 
Oss.Nas1790.PKMFAddress ProSeKeyManagementFunctionAddress [get, set]
 Field 'proSeKeyManagementFunctionAddress' (optional)
 

Detailed Description

Represents the RemoteUEReport type

Constructor & Destructor Documentation

◆ RemoteUEReport()

Oss.Nas1790.RemoteUEReport.RemoteUEReport ( Oss.Nas1790.RemoteUEContextList  argRemoteUEContextConnected,
Oss.Nas1790.RemoteUEContextList  argRemoteUEContextDisconnected,
Oss.Nas1790.PKMFAddress  argProSeKeyManagementFunctionAddress 
)
inline

Constructs an instance of RemoteUEReport with the specified components.

Parameters
argRemoteUEContextConnectedThe value of the remoteUEContextConnected optional field
argRemoteUEContextDisconnectedThe value of the remoteUEContextDisconnected optional field
argProSeKeyManagementFunctionAddressThe value of the proSeKeyManagementFunctionAddress optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.