首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Failed_Reason_Other_Than_A_Connection_Already_Exists是什么意思?

Failed_Reason_Other_Than_A_Connection_Already_Exists是什么意思?
EN

Stack Overflow用户
提问于 2017-06-10 18:12:54
回答 0查看 237关注 0票数 1

我正在尝试使用LLRP连接到Impinj Speedway RFID读取器,并收到以下错误代码: Failed_Reason_Other_Than_A_Connection_Already_Exists

更具体地说,我发送了一条GET_READER_CONFIG消息,并获得:

代码语言:javascript
复制
<?xml version="1.0" encoding="UTF-8"?>
<llrp:READER_EVENT_NOTIFICATION xmlns:llrp="http://www.llrp.org/ltk/schema/core/encoding/xml/1.0" Version="1" MessageID="0">
    <llrp:ReaderEventNotificationData>
        <llrp:UTCTimestamp>
            <llrp:Microseconds>50408-10-10T04:34:25.209Z</llrp:Microseconds>
        </llrp:UTCTimestamp>
        <llrp:ConnectionAttemptEvent>   
            <llrp:Status>Failed_Reason_Other_Than_A_Connection_Already_Exists</llrp:Status>
        </llrp:ConnectionAttemptEvent>
    </llrp:ReaderEventNotificationData>
</llrp:READER_EVENT_NOTIFICATION>
EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44472097

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档