append method

void append()

Add Structured Append sequence

Implementation

void append() {
  _data.addByte(0xe9);
}