/// <summary>
 /// Sets the packet timeouts back to default.
 /// </summary>
 public void SetPacketTimeoutsToDefault()
 {
     _comms.SetPacketTimeoutsToDefault();
 }
예제 #2
0
 /// <summary>
 /// Sets the packet timeouts back to default.
 /// </summary>
 public void SetPacketTimeoutsToDefault()
 {
     m_bc.SetPacketTimeoutsToDefault();
 }