Public 属性 | |
| ALL_MSGS | |
| All msgs. Unfiltered. If it's a fully formed Mgmt msg, this channel type will get it. 更多... | |
| ANY_SOLICITED_MSGS_ONLY | |
| Messages that have a receiver "To" field. e.g. printer response to messages that had a sender "From" field 更多... | |
| UNSOLICITED_MSGS_ONLY | |
| Messages that don't have a receiver "To" field. e.g. ODV/RFID/Label/Engine reports/status 更多... | |
| MY_SOLICITED_MSGS_ONLY | |
| Messages where the receiver "To" has specific module's solicited message identifier. e.g. module with identifier "ID_Me" sends/receives messages with "ID_Me" 更多... | |
| MY_SOLICITED_AND_UNSOLICITED_MSGS | |
| Messages intended for specific message identifier and all unsolicited messages. Combines MY_SOLICITED_MSGS_ONLY and UNSOLICITED_MSGS_ONLY</b/ 更多... | |
| com.UniPRT.Sdk.Mgmt.MgmtChannelFilterType.ALL_MSGS |
All msgs. Unfiltered. If it's a fully formed Mgmt msg, this channel type will get it.
被这些函数引用 com.UniPRT.Sdk.Json.JsonComm.SendAndWaitForResponse().
| com.UniPRT.Sdk.Mgmt.MgmtChannelFilterType.ANY_SOLICITED_MSGS_ONLY |
Messages that have a receiver "To" field. e.g. printer response to messages that had a sender "From" field
| com.UniPRT.Sdk.Mgmt.MgmtChannelFilterType.MY_SOLICITED_AND_UNSOLICITED_MSGS |
Messages intended for specific message identifier and all unsolicited messages. Combines MY_SOLICITED_MSGS_ONLY and UNSOLICITED_MSGS_ONLY</b/
| com.UniPRT.Sdk.Mgmt.MgmtChannelFilterType.MY_SOLICITED_MSGS_ONLY |
Messages where the receiver "To" has specific module's solicited message identifier. e.g. module with identifier "ID_Me" sends/receives messages with "ID_Me"
| com.UniPRT.Sdk.Mgmt.MgmtChannelFilterType.UNSOLICITED_MSGS_ONLY |
Messages that don't have a receiver "To" field. e.g. ODV/RFID/Label/Engine reports/status
被这些函数引用 com.UniPRT.Sdk.Json.OdvMonitor.MsgListenerCtrlRefresh(), com.UniPRT.Sdk.Json.RfidMonitor.MsgListenerCtrlRefresh() , 以及 com.UniPRT.Sdk.Json.PrinterMonitor.MsgListenerCtrlRefresh().