UniPRT SDK  v1.0.0.0
UniPRT.Sdk.Mgmt 命名空间参考

class  AMgmtListenerChannels
 
interface  IMgmtComm
 
interface  IMgmtMessenger
 用于发送/接收 JSON 管理讯息的接口。 更多...
 
interface  IMgmtMsgListenerChannels
 用于接收印表机管理讯息的监听通道。 更多...
 
class  Listener
 
class  ListenerChannelsJson
 
class  ListenerChannelsMgmtMsg
 
class  Messenger
 用于促进与印表机进行管理讯息通信的类。 更多...
 
class  MgmtMsg
 用于保存 JSON 讯息的容器类。 更多...
 

枚举

enum  MgmtChannelFilterType {
  MgmtChannelFilterType.ALL_MSGS, MgmtChannelFilterType.ANY_SOLICITED_MSGS_ONLY, MgmtChannelFilterType.UNSOLICITED_MSGS_ONLY, MgmtChannelFilterType.MY_SOLICITED_MSGS_ONLY,
  MgmtChannelFilterType.MY_SOLICITED_AND_UNSOLICITED_MSGS
}
 

枚举类型说明

◆ MgmtChannelFilterType

枚举值
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/