This commit is contained in:
zhouhuang 2025-01-13 09:48:06 +08:00
parent 911acbfee8
commit 5a4928b4d2

View File

@ -33,7 +33,7 @@ struct myAdsVariable {
{ {
if (!m_Route.IsConnected()) return FALSE; if (!m_Route.IsConnected()) return FALSE;
uint32_t bytesRead = 0; uint32_t bytesRead = 0;
if (*m_Handle.get() == 0) return FALSE; //if (*m_Handle.get() == 0) return FALSE;
auto error = m_Route.ReadReqEx2(m_IndexGroup, auto error = m_Route.ReadReqEx2(m_IndexGroup,
*m_Handle, *m_Handle,
size, size,