Packages
libnm
NM
TCTfilter
TCTfilter
@ref
dup
equal
get_action
get_handle
get_kind
get_parent
set_action
set_handle
unref
TCTfilter
Object Hierarchy:
NM.TCTfilter
NM.TCTfilter
NM.TCTfilter
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
Namespace:
NM
Package:
libnm
Content:
Creation methods:
public
TCTfilter
(
string
kind,
uint32
parent)
throws
Error
Creates a new
TCTfilter
object.
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.