| Icon | Member | Description |
|---|---|---|
| Subscribe(Object, Type) |
Subscribes the receiver to receive nofitication messages from the given sender type. The receiver
must implement the INotificationReciever interface.
| |
| Subscribe(Object, Type, Byte) |
Subscribes the receiver to receive the specified notification message from the given sender type.
The receiver must implement the INotificationReciever interface.
| |
| Subscribe(Object, Type, IEnumerable<(Of <(Byte>)>)) |
Subscribes the receiver to receive the specified notification messages from the given sender type.
The receiver must implement the INotificationReciever interface.
|