UniPRT SDK  v1.0.0.0
MgmtChannelFilterType Enum Reference

Public Attributes

 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.
 
 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
 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
 Messages that don't have a receiver "To" field. e.g. ODV/RFID/Label/Engine reports/status.