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