getRequireAck method

bool getRequireAck ()

获取已读确认设置

Implementation

bool getRequireAck(){
  return _requireAck;
}