Method Write
Write(BinaryWriter, HarpMessage)
Writes a new Harp message to the raw binary output stream.
protected override void Write(BinaryWriter writer, HarpMessage input)
Parameters
writer
BinaryWriterA BinaryWriter object used to write binary message data to the output stream.
input
HarpMessageThe Harp message containing the binary data to write into the output stream.