public void SetUShortValue(string name, ushort value, bool propagate) { UShortInput.SetValue(name, value, propagate); }
public void SetUShortValue(uint index, ushort value, bool propagate) { UShortInput.SetValue(index, value, propagate); }
public void SetUShortValue(string name, ushort value) { UShortInput.SetValue(name, value); }
public void SetUShortValue(uint index, ushort value) { UShortInput.SetValue(index, value); }