Table of Contents

Class ByteArrayMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

A wrapper for a ByteArray that can be sent as a message

public sealed class ByteArrayMessage : Message<ByteArrayPayload>
Inheritance
ByteArrayMessage
Inherited Members
Message<ByteArrayPayload>.Payload
Message<ByteArrayPayload>.ToString()
Message<ByteArrayPayload>.PayloadType
Message<ByteArrayPayload>.PayloadObject

Constructors

ByteArrayMessage()

Default constructor

public ByteArrayMessage()

Properties

Data

[-] The raw byte array data that will be sent

[Units("-")]
public byte[] Data { get; set; }

Property Value

byte[]