Constructor#
new Message(channel, data, source)#
Creates a new Message instance.
Parameters:
Name | Type | Description |
---|---|---|
channel | string | The channel through which the message is received. |
data | RemoteValue | The data contained in the message. |
source | Source | The source of the message. |
- Source
Members#
channel#
Gets the channel through which the message is received.
- Source
data#
Gets the data contained in the message.
- Source
source#
Gets the source of the message.
- Source