示例#1
0
 bool IPIZ.Close()
 {
     if (m_iControllerId >= 0)
     {
         PI_GCS.CloseConnection(m_iControllerId);
     }
     return(true);
 }