get_uid_range
Description:
[ Version ( since = "1.34" ) ]
public bool get_uid_range (out uint32 out_range_start, out uint32 out_range_end)
public bool get_uid_range (out uint32 out_range_start, out uint32 out_range_end)
Parameters:
this |
the IPRoutingRule instance |
out_range_start |
returns the start of the range or 0 if the range is not set. |
out_range_end |
returns the end of the range or 0 if the range is not set. |
Returns:
true if a uid range is set. 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. |