Represents the TrafficFlowTemplate-parameters
type
More...
Inherits Oss.Nas.Sequence.
Public Member Functions | |
TrafficFlowTemplateParameters () | |
The default constructor. | |
TrafficFlowTemplateParameters (Oss.Nas1790.NAS1790_TpacketFilterList argPacketFilterList) | |
Constructs an instance of TrafficFlowTemplateParameters with the specified mandatory components. More... | |
TrafficFlowTemplateParameters (Oss.Nas1790.NAS1790_TpacketFilterList argPacketFilterList, Oss.Nas1790.TFTParameterList argParameterList) | |
Constructs an instance of TrafficFlowTemplateParameters 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 | NumberOfPacketFilters [get] |
Field 'numberOfPacketFilters' (mandatory, readonly) | |
Oss.Nas1790.NAS1790_TpacketFilterList | PacketFilterList [get, set] |
Field 'packetFilterList' (mandatory) | |
Oss.Nas1790.TFTParameterList | ParameterList [get, set] |
Field 'parameterList' (optional) | |
Represents the TrafficFlowTemplate-parameters
type
|
inline |
Constructs an instance of TrafficFlowTemplateParameters
with the specified mandatory components.
argPacketFilterList | The value of the packetFilterList mandatory field |
|
inline |
Constructs an instance of TrafficFlowTemplateParameters
with the specified components.
argPacketFilterList | The value of the packetFilterList mandatory field |
argParameterList | The value of the parameterList 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.