|
| enum | SpecialCharacter : byte {
NullTerminator = 0x00,
Enter = 0x01,
CursorDown = 0x02,
CursorLeft = 0x03,
CursorRight = 0x04,
CursorUp = 0x05,
Space = 0x06,
CarriageReturn = 0x07,
LineFeed = 0x08,
Tab = 0x09,
LEDnBuzzer = 0x0a
} |
| |
|
|
void | AppendText (string text) |
| |
|
void | AppendBytes (byte[] bytes) |
| |
|
void | AppendSpecialCharacter (SpecialCharacter specialCharacter) |
| |
|
byte [] | GetData () |
| |
The documentation for this class was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/Utilities/PrePostStrokesBuilder.cs