This commit is contained in:
zhouhuang 2025-01-13 09:43:46 +08:00
parent 71e4686245
commit 911acbfee8

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,