set_uid_range
Description:
[ Version ( since = "1.34" ) ]
public void set_uid_range (uint32 uid_range_start, uint32 uid_range_end)
public void set_uid_range (uint32 uid_range_start, uint32 uid_range_end)
For a valid range, start must be less or equal to end.
If set to an invalid range, the range gets unset.
This API was wrongly introduced in the header files for 1.32, but the symbols were not exported. The API only works since 1.34 and newer.
Parameters:
this |
the IPRoutingRule instance |
uid_range_start |
the uid_range start to set. |
uid_range_end |
the uid_range start to set. |