RrcEstablishmentCause Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Radio connection establishment cause.
public readonly struct RrcEstablishmentCause : IEquatable<Azure.ResourceManager.MobileNetwork.Models.RrcEstablishmentCause>
type RrcEstablishmentCause = struct
Public Structure RrcEstablishmentCause
Implements IEquatable(Of RrcEstablishmentCause)
- Inheritance
-
RrcEstablishmentCause
- Implements
Constructors
RrcEstablishmentCause(String) |
Initializes a new instance of RrcEstablishmentCause. |
Properties
Emergency |
Emergency. |
MobileOriginatedData |
MobileOriginatedData. |
MobileOriginatedSignaling |
MobileOriginatedSignaling. |
MobileTerminatedData |
MobileTerminatedData. |
MobileTerminatedSignaling |
MobileTerminatedSignaling. |
Sms |
SMS. |
Methods
Equals(RrcEstablishmentCause) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RrcEstablishmentCause, RrcEstablishmentCause) |
Determines if two RrcEstablishmentCause values are the same. |
Implicit(String to RrcEstablishmentCause) |
Converts a string to a RrcEstablishmentCause. |
Inequality(RrcEstablishmentCause, RrcEstablishmentCause) |
Determines if two RrcEstablishmentCause values are not the same. |
Applies to
Azure SDK for .NET