Click or drag to resize

ReceiverAcceptedMessagesMode Enumeration

Identifies the type of messages accepted by a subscriber.

Namespace:  MicaSystems.Broadcasting
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public enum AcceptedMessagesMode
Members
  Member nameValueDescription
All0 All messages.
SpecificIdentifiers1 Messages from specific broadcasters (identifiers specified in the parameters).
Global2 Messages not targeting a specific receiver.
Response3 Messages answering to a specific message using its response id.
Default4 Messages targeting the receiver (using its identifier).
See Also