UniPRT SDK  v1.0.0.0
UniPRT.Sdk.Mgmt 命名空間(Namespace)參考文件

複合項目

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