com.onlineobject.objectnet Namespace

EmbeddedMessageRelayFilter Members

Constructors


  Name Description
Public method EmbeddedMessageRelayFilter(Int32)
Creates a filter of a given size.
Public method EmbeddedMessageRelayFilter(Type)
Creates a filter based on an enum of message IDs.
Public method EmbeddedMessageRelayFilter(Int32, array<UInt16>[]()[][])
Creates a filter of a given size and enables relaying for the given message IDs.
Public method EmbeddedMessageRelayFilter(Type, array<Enum>[]()[][])
Creates a filter based on an enum of message IDs and enables relaying for the given message IDs.

Methods


  Name Description
Public method DisableRelay(UInt16)
Disables auto relaying for the given message ID.
Public method DisableRelay(Enum)
Disables auto relaying for the given message ID.
Public method EnableRelay(UInt16)
Enables auto relaying for the given message ID.
Public method EnableRelay(Enum)
Enables auto relaying for the given message ID.