setAssertFlag method

EasyClip setAssertFlag(
  1. int flag
)

Implementation

EasyClip setAssertFlag( int flag ){
	_setEnv();
	_proc.setAssertFlag( flag );
	return this;
}