Show / Hide Table of Contents

Class MessageReceivedEventArgs

Event data for incoming messages.

Inheritance
object
EventArgs
MessageReceivedEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class MessageReceivedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Data

The data attached to the message.

Declaration
public byte[] Data { get; set; }
Property Value
Type Description
byte[]
| Improve this Doc View Source

Message

Represents the received message.

Declaration
public string Message { get; set; }
Property Value
Type Description
string
  • Improve this Doc
  • View Source
Back to top Generated by DocFX