Represents the BearerResourceAllocationRequest
type
More...
Inherits Oss.Nas.Sequence.
Public Member Functions | |
BearerResourceAllocationRequest () | |
The default constructor. | |
BearerResourceAllocationRequest (int argLinkedEPSBearerIdentity, Oss.Nas1790.TrafficFlowTemplate argTrafficFlowAggregate, Oss.Nas1790.EPSQualityOfService argRequiredTrafficFlowQoS) | |
Constructs an instance of BearerResourceAllocationRequest with the specified mandatory components. More... | |
BearerResourceAllocationRequest (int argLinkedEPSBearerIdentity, Oss.Nas1790.TrafficFlowTemplate argTrafficFlowAggregate, Oss.Nas1790.EPSQualityOfService argRequiredTrafficFlowQoS, Oss.Nas1790.ProtocolConfigurationOptionsUE argProtocolConfigurationOptions, Oss.Nas1790.DeviceProperties argDeviceProperties, byte[] argNbifomContainer, Oss.Nas1790.ProtocolConfigurationOptionsUE argExtendedProtocolConfigurationOptions, Oss.Nas1790.ExtendedQualityOfService argExtendedEPSQoS) | |
Constructs an instance of BearerResourceAllocationRequest 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 | |
int | LinkedEPSBearerIdentity [get, set] |
Field 'linkedEPSBearerIdentity' (mandatory) The LinkedEPSBearerIdentity class defines meaningful names for particular values of the field | |
int | SpareHalfOctet [get] |
Field 'spareHalfOctet' (mandatory, readonly) | |
Oss.Nas1790.TrafficFlowTemplate | TrafficFlowAggregate [get, set] |
Field 'trafficFlowAggregate' (mandatory) | |
Oss.Nas1790.EPSQualityOfService | RequiredTrafficFlowQoS [get, set] |
Field 'requiredTrafficFlowQoS' (mandatory) | |
Oss.Nas1790.ProtocolConfigurationOptionsUE | ProtocolConfigurationOptions [get, set] |
Field 'protocolConfigurationOptions' (optional) | |
Oss.Nas1790.DeviceProperties | DeviceProperties [get, set] |
Field 'deviceProperties' (optional) | |
byte[] | NbifomContainer [get, set] |
Field 'nbifomContainer' (optional) | |
Oss.Nas1790.ProtocolConfigurationOptionsUE | ExtendedProtocolConfigurationOptions [get, set] |
Field 'extendedProtocolConfigurationOptions' (optional) | |
Oss.Nas1790.ExtendedQualityOfService | ExtendedEPSQoS [get, set] |
Field 'extendedEPSQoS' (optional) | |
Represents the BearerResourceAllocationRequest
type
|
inline |
Constructs an instance of BearerResourceAllocationRequest
with the specified mandatory components.
argLinkedEPSBearerIdentity | The value of the linkedEPSBearerIdentity mandatory field |
argTrafficFlowAggregate | The value of the trafficFlowAggregate mandatory field |
argRequiredTrafficFlowQoS | The value of the requiredTrafficFlowQoS mandatory field |
|
inline |
Constructs an instance of BearerResourceAllocationRequest
with the specified components.
argLinkedEPSBearerIdentity | The value of the linkedEPSBearerIdentity mandatory field |
argTrafficFlowAggregate | The value of the trafficFlowAggregate mandatory field |
argRequiredTrafficFlowQoS | The value of the requiredTrafficFlowQoS mandatory field |
argProtocolConfigurationOptions | The value of the protocolConfigurationOptions optional field |
argDeviceProperties | The value of the deviceProperties optional field |
argNbifomContainer | The value of the nbifomContainer optional field |
argExtendedProtocolConfigurationOptions | The value of the extendedProtocolConfigurationOptions optional field |
argExtendedEPSQoS | The value of the extendedEPSQoS optional field |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.