TTopicMatchType Enumeration

主题匹配模式

命名空间: QMqttClient
type
 TTopicMatchType = (
 mtFull,
 mtPattern,
 mtRegex);

TTopicMatchType 类型包含下述成员.

显示:
 名称描述
mtFull

完整匹配(注意消息主题区分大小写)

mtPattern

模式匹配,支持通配符($,#+)

mtRegex

正则表达式匹配

顶部