Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void WriteControlCode(byte)

Declaration

public virtual void WriteControlCode(
    byte code
)

Summary

Writes the specified control code to the stream.

Parameters

bytecodeThe code to write. Valid values are 0..254; 255 is reserved.