Click or drag to resize

SupportedTopicQueryType Enumeration

Enumeration used for matching an endpoint's capabilities to a list of CFX topics.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum SupportedTopicQueryType
Members
Member nameValueDescription
All0 The endpoint must support ALL topics specified in the supported topics list.
Any1 The endpoint must support one or more of the topics specified in the supported topics list.
Ignore2 The supported topics list will be ignored.
See Also