LAPTOP-SNT8I5JK\Boounion
2025-05-06 c3287ad7beab5ed711458d065d0ce125488412ec
SourceCode/Bond/Servo/CReadStep.cpp
@@ -209,4 +209,12 @@
   {
      return 0;
   }
   int CReadStep::setReturnCode(short code)
   {
      memcpy(m_szReturnBuf, &code, sizeof(short));
      m_nReturnDataSize = sizeof(short);
      return 0;
   }
}