Example #1
0
 public void EndSpeed()
 {
     if (this.Enable)
     {
         GSDK.EndSpeed(this.m_LastIP, this.m_LastPort);
     }
 }
Example #2
0
 public void EndSpeed()
 {
     if (this.m_bInit && this.m_bUseSpeed == 0)
     {
         GSDK.EndSpeed(this.m_LastIP, this.m_LastPort);
         GSDKsys.PrintLog("end speed");
     }
 }