UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Mgmt.MgmtChannelFilterType 枚举类型参考

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/ 更多...
 

类成员变量说明

◆ ALL_MSGS

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().

◆ ANY_SOLICITED_MSGS_ONLY

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

◆ MY_SOLICITED_AND_UNSOLICITED_MSGS

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/

◆ MY_SOLICITED_MSGS_ONLY

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"

◆ UNSOLICITED_MSGS_ONLY

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().


枚举说明文档从下列文件生成: