init static method

void init()

Implementation

static void init(){
  if(!doInitOne){
    doInitOne = true;
    _startChannel();
  }
}