get_priority


Description:

public bool get_priority (VlanPriorityMap map, uint32 idx, out uint32 out_from, out uint32 out_to)

Retrieve one of the entries of the ingress_priority_map or egress_priority_map properties of this setting.

Parameters:

this

the SettingVlan

map

the type of priority map

idx

the zero-based index of the ingress/egress priority map entry

out_from

on return the value of the priority map's 'from' item

out_to

on return the value of priority map's 'to' item

Returns:

returns true if idx is in range. Otherwise, false.