Class NetworkSliceInfo
public class NetworkSliceInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
NetworkSliceInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
NetworkSliceInfo(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public NetworkSliceInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SLICE_DIFFERENTIATOR_NO_SLICE
public static int SLICE_DIFFERENTIATOR_NO_SLICE { get; set; }
Property Value
SLICE_SERVICE_TYPE_EMBB
public static int SLICE_SERVICE_TYPE_EMBB { get; set; }
Property Value
SLICE_SERVICE_TYPE_MIOT
public static int SLICE_SERVICE_TYPE_MIOT { get; set; }
Property Value
SLICE_SERVICE_TYPE_NONE
public static int SLICE_SERVICE_TYPE_NONE { get; set; }
Property Value
SLICE_SERVICE_TYPE_URLLC
public static int SLICE_SERVICE_TYPE_URLLC { get; set; }
Property Value
SLICE_STATUS_ALLOWED
public static int SLICE_STATUS_ALLOWED { get; set; }
Property Value
SLICE_STATUS_CONFIGURED
public static int SLICE_STATUS_CONFIGURED { get; set; }
Property Value
SLICE_STATUS_DEFAULT_CONFIGURED
public static int SLICE_STATUS_DEFAULT_CONFIGURED { get; set; }
Property Value
SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_PLMN
public static int SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_PLMN { get; set; }
Property Value
SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_REGISTERED_AREA
public static int SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_REGISTERED_AREA { get; set; }
Property Value
SLICE_STATUS_UNKNOWN
public static int SLICE_STATUS_UNKNOWN { get; set; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetMappedHplmnSliceDifferentiator()
public int GetMappedHplmnSliceDifferentiator()
Returns
GetMappedHplmnSliceServiceType()
public int GetMappedHplmnSliceServiceType()
Returns
GetSliceDifferentiator()
public int GetSliceDifferentiator()
Returns
GetSliceServiceType()
public int GetSliceServiceType()
Returns
GetStatus()
public int GetStatus()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)