Table of Contents

Method Write

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Write(BinaryWriter, HarpMessage)

Writes a new Harp message to the raw binary output stream.

protected override void Write(BinaryWriter writer, HarpMessage input)

Parameters

writer BinaryWriter

A BinaryWriter object used to write binary message data to the output stream.

input HarpMessage

The Harp message containing the binary data to write into the output stream.