TCTfilter
Object Hierarchy:
Description:
[ CCode ( ref_function = "nm_tc_tfilter_ref" , type_id = "nm_tc_tfilter_get_type ()" , unref_function = "nm_tc_tfilter_unref" ) ]
[ Compact ]
public class TCTfilter
Content:
Creation methods:
Methods:
- public void @ref ()
Increases the reference count of the object.
- public TCTfilter dup ()
Creates a copy of this
- public bool equal (TCTfilter other)
Determines if two TCTfilter objects contain
the same kind, family, handle, parent and info.
- public TCAction get_action ()
- public uint32 get_handle ()
- public unowned string get_kind ()
- public uint32 get_parent ()
- public void set_action (TCAction action)
Sets the action associated with a traffic filter.
- public void set_handle (uint32 handle)
Sets the queueing discipline handle.
- public void unref ()
Decreases the reference count of the object.