setC method

Pointer<WaveC> setC(
  1. WaveC o
)

Implementation

Pointer<WaveC> setC(WaveC o) {
  ref.setC(o);
  return this;
}