/// <summary> /// Resets the physical interface to the default physical interface. /// </summary> public void ResetInterface() { _rpc.SetInterface(_id, null); }