UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Mgmt.MgmtChannelFilterType Enum Reference

Public Attributes

 ALL_MSGS
 All msgs. Unfiltered. If it's a fully formed Mgmt msg, this channel type will get it. More...
 
 ANY_SOLICITED_MSGS_ONLY
 Messages that have a receiver "To" field. e.g. printer response to messages that had a sender "From" field. More...
 
 UNSOLICITED_MSGS_ONLY
 Messages that don't have a receiver "To" field. e.g. ODV/RFID/Label/Engine reports/status. More...
 
 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". More...
 
 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/. More...
 

Member Data Documentation

◆ 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.

Referenced by 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.

Referenced by com.UniPRT.Sdk.Json.OdvMonitor.MsgListenerCtrlRefresh(), com.UniPRT.Sdk.Json.RfidMonitor.MsgListenerCtrlRefresh(), and com.UniPRT.Sdk.Json.PrinterMonitor.MsgListenerCtrlRefresh().


The documentation for this enum was generated from the following file: