Class WebRTCDataChannelMessageReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the MessageReceived event.
C#Copypublic class WebRTCDataChannelMessageReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCDataChannelMessageReceivedEventArgs
Properties
Declaration
C#Copypublic byte[] Data { get; }
Property Value
Type | Description |
---|---|
byte[] | The message. |
Remarks
Declaration
C#Copypublic string Message { get; }
Property Value
Type | Description |
---|---|
string | The message. |
Remarks
Declaration
C#Copypublic DataChannelType Type { get; }
Property Value
Type | Description |
---|---|
DataChannelType | The data channel type. |
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()