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
- writerBinaryWriter
- A BinaryWriter object used to write binary message data to the output stream. 
- inputHarpMessage
- The Harp message containing the binary data to write into the output stream.