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
writerBinaryWriterA BinaryWriter object used to write binary message data to the output stream.
inputHarpMessageThe Harp message containing the binary data to write into the output stream.