setBits method

void setBits(
  1. int bits
)

Implementation

void setBits(int bits) {
  _h = bits;
}