func (this *MqS) ProcessEvent2(timeout TIMEOUT, wait WAIT) { this.iErrorMqToGoWithCheck(C.MqProcessEvent((*_Ctype_struct_MqS)(this), C.MQ_TIME_T(timeout), uint32(wait))) }
func (this *MqS) ProcessEvent(wait WAIT) { this.iErrorMqToGoWithCheck(C.MqProcessEvent((*_Ctype_struct_MqS)(this), C.MQ_TIMEOUT_DEFAULT, uint32(wait))) }